rustix
0.38.38
rmdir
Sections
References
In rustix::
fs
rustix
::
fs
Function
rmdir
Copy item path
Source
pub fn rmdir<P:
Arg
>(path: P) ->
Result
<
()
>
Available on
crate feature
fs
only.
Expand description
rmdir(path)
—Removes a directory.
§
References
POSIX
Linux