Function remove_dir_empty

Source
pub fn remove_dir_empty<P>(path: P) -> Result<(), FileError>
where P: AsRef<Path>,