Function rustix::fs::rmdir

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

rmdir(path)—Removes a directory.

§References