[go: up one dir, main page]

remove_file

Function remove_file 

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

Removes a file from the filesystem.

Wrapper for fs::remove_file.