[go: up one dir, main page]

rm_rf

Function rm_rf 

Source
pub fn rm_rf(path: impl AsRef<Path>) -> Result<Removal>
Expand description

Remove a file or directory and all its contents, returning a Removal with the number of files and directories removed, along with a total byte count.