Function fs_err::remove_file
source ยท pub fn remove_file<P>(path: P) -> Result<()>
Expand description
Removes a file from the filesystem.
Wrapper for fs::remove_file
.
pub fn remove_file<P>(path: P) -> Result<()>
Removes a file from the filesystem.
Wrapper for fs::remove_file
.