pub fn remove_dir(path: &Path, not_empty: bool) -> Result<()>
Remove an empty directory, returns io::Result<()> Or pass not_empty bool as true to remove non empty ones
io::Result<()>