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