Function force_remove::force_remove_dir_all[][src]

pub fn force_remove_dir_all<P: AsRef<Path>>(path: P) -> Result<()>

Allows removal of readonly directories and their read-only content, uses force_remove_dir and force_remove_file.