Function tiny_std::fs::remove_dir

source ·
pub fn remove_dir<P: AsUnixStr>(path: P) -> Result<()>
Expand description

Tries to remove a directory from the filesystem at the specified path

Errors

OS errors relating to file access/permissions