devela::_dep::rustix::fs

Function symlinkat

pub fn symlinkat<P, Q, Fd>(
    old_path: P,
    new_dirfd: Fd,
    new_path: Q,
) -> Result<(), Errno> 
where P: Arg, Q: Arg, Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

symlinkat(old_path, new_dirfd, new_path)—Creates a symlink.

§References