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