Function rustix::fs::symlinkat

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

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

References