Function remove_file

Source
pub fn remove_file<P>(path: P) -> Result<(), FileError>
where P: AsRef<Path>,