Function uu_rm::remove

source ·
pub fn remove(files: &[&OsStr], options: &Options) -> bool
Expand description

Remove (or unlink) the given files

Returns true if it has encountered an error.

Behavior is determined by the options parameter, see Options for details.