remove_file

Function remove_file 

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

Wrapper for fs::remove_file.