pub fn remove_dir_all(path: &UnixStr) -> Result<()>
Expand description
Tries to recursively remove a directory and its contents from the filesystem at the specified path. Potentially very destructive
ยงErrors
Os errors relating to file access/permissions