remove_file

Function remove_file 

Source
pub fn remove_file<P: AsRef<Path>>(path: P) -> Result<()>
Expand description

Removes a file from the filesystem.

ยงErrors

May return any of the same errors as std::fs::remove_file