rustix
1.0.8
In rustix::
backend::
fs::
syscalls
rustix
::
backend
::
fs
::
syscalls
Function
symlinkat
Copy item path
Source
pub(crate) fn symlinkat( old_path: &
CStr
, dirfd:
BorrowedFd
<'_>, new_path: &
CStr
, ) ->
Result
<
()
>