force_remove_file

Function force_remove_file 

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

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