Module rm

Module rm 

Source

Structs§

RmFilesOutcome
Outcome of file removal operations.

Functions§

rm_dead_symlinks
Removes dead symbolic links from the specified directory.
rm_f
Removes the file at the specified path, ignoring if the file does not exist.
rm_matching_files
Iteratively removes all files with the specified name starting from the given root path, with optional directory exclusions.