[go: up one dir, main page]

remove_dir

Function remove_dir 

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

Removes an existing, empty directory.

Wrapper for tokio::fs::remove_dir.