Function fs_err::remove_dir_all
source ยท pub fn remove_dir_all<P>(path: P) -> Result<()>
Expand description
Removes a directory at this path, after removing all its contents. Use carefully!
Wrapper for fs::remove_dir_all
.
pub fn remove_dir_all<P>(path: P) -> Result<()>
Removes a directory at this path, after removing all its contents. Use carefully!
Wrapper for fs::remove_dir_all
.