Function force_remove::force_remove_file[][src]

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

Allows removal of read-only files, other than that behaves like std::fs::remove_file.