Function tiny_std::fs::remove_dir_all

source ·
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