Function fs_err::tokio::remove_file

source ·
pub async fn remove_file(path: impl AsRef<Path>) -> Result<()>
Available on crate feature tokio only.
Expand description

Removes a file from the filesystem.

Wrapper for tokio::fs::remove_file.