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