rm_f

Function rm_f 

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

Removes the file at the specified path, ignoring if the file does not exist.

ยงErrors