Function fs_err::remove_file

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

Wrapper for fs::remove_file.