Function tiny_std::fs::remove_dir
source · pub fn remove_dir(path: &UnixStr) -> Result<()>
Expand description
Tries to remove a directory from the filesystem at the specified path
Errors
OS errors relating to file access/permissions