rmdir
rustix
0.38.44
rmdir
Sections
References
In rustix::
fs::
abs
Functions
_readlink
access
chmod
chown
link
lstat
mkdir
open
readlink
rename
rmdir
stat
statfs
statvfs
symlink
unlink
rustix
::
fs
::
abs
Function
rmdir
Copy item path
Settings
Help
Summary
Source
pub fn rmdir<P:
Arg
>(path: P) ->
Result
<
()
>
Expand description
rmdir(path)
—Removes a directory.
§
References
POSIX
Linux