Function 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