pub fn remove_dir_all(path: &Path) -> Result<()>
Expand description
Recursively remove a directory, specified by object_store::path::Path
.
pub fn remove_dir_all(path: &Path) -> Result<()>
Recursively remove a directory, specified by object_store::path::Path
.