fs_err

Function remove_dir_all

source
pub fn remove_dir_all<P>(path: P) -> Result<()>
where P: AsRef<Path>,
Expand description

Removes a directory at this path, after removing all its contents. Use carefully!

Wrapper for fs::remove_dir_all.