remove_dir_if_exist

Function remove_dir_if_exist 

Source
pub fn remove_dir_if_exist<P>(dir: P) -> Result<bool>
where P: AsRef<Path>,