pub fn remove_file<P>(path: P) -> Result<()>where P: AsRef<Path>,
Removes a file from the filesystem.
Wrapper for std::fs::remove_file.
std::fs::remove_file