Function std::os::remove_dir_recursive

pub fn remove_dir_recursive(p: &Path) -> bool

Removes a directory at the specified path, after removing all its contents. Use carefully!