[][src]Function more_fs::remove_file

pub fn remove_file(path: impl AsRef<Path>) -> Result<()>

A wrapper for the standard library's remove_file. Will fail with a custom error that includes the source error, path, and operation