pub fn remove_file<P: AsRef<Path>>(path: P) -> Result<()>
Removes a file from the filesystem.
May return any of the same errors as std::fs::remove_file
std::fs::remove_file