Skip to main content

remove_file

Function remove_file 

Source
pub async fn remove_file(path: impl AsRef<Path>) -> Result<(), FsError>
Expand description

Remove a file, reporting a missing file as an error.