Function remove_dir

Source
pub fn remove_dir(path: &str, timeout: Option<u64>) -> Result<(), VfsError>
Expand description

Removes a dir at path, errors if path not found or path is not a Directory.