Function put

Source
pub fn put(paths: &[impl AsRef<Path>]) -> Result<Vec<TrashEntry>, Error>
Expand description

Put a list of paths into the trash and returns the newly created trash_entries. Will panic if the paths are empty!