unlink
rustix
0.38.44
unlink
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
unlink
Copy item path
Settings
Help
Summary
Source
pub fn unlink<P:
Arg
>(path: P) ->
Result
<
()
>
Expand description
unlink(path)
—Unlinks a file.
§
References
POSIX
Linux