[][src]Function fs_err::remove_file

pub fn remove_file<P>(path: P) -> Result<()> where
    P: AsRef<Path> + Into<PathBuf>, 

Wrapper for fs::remove_file.