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