rustix::fs

Function rmdir

Source
pub fn rmdir<P: Arg>(path: P) -> Result<()>
Expand description

rmdir(path)—Removes a directory.

§References