devela::_dep::rustix::fs

Function rmdir

pub fn rmdir<P>(path: P) -> Result<(), Errno> 
where P: Arg,
Available on crate feature dep_rustix only.
Expand description

rmdir(path)—Removes a directory.

§References