Function remove_dir_all

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