remove_file

Function remove_file 

Source
pub async fn remove_file(path: impl AsRef<Path>) -> Result<(), Error>
Available on crate feature fs only.
Expand description

Removes a file from the filesystem.