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.
std::fs::remove_file