pub fn remove_dir(path: &str, timeout: Option<u64>) -> Result<(), VfsError>
Removes a dir at path, errors if path not found or path is not a Directory.
Directory