Function remove_dir_all_force

Source
pub fn remove_dir_all_force(path: &Path) -> Result<()>
Expand description

Removes a directory and all its contents, including read-only files.