Function force_remove::force_remove_dir[][src]

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

Allows removal of empty read-only directories, other than that behaves like std::fs::remove_dir.