remove_dir

Function remove_dir 

Source
pub fn remove_dir(path: &Path, not_empty: bool) -> Result<()>
Expand description

Remove an empty directory, returns io::Result<()> Or pass not_empty bool as true to remove non empty ones