[][src]Function posish::fs::symlinkat

pub fn symlinkat<P: Arg, Q: Arg, Fd: AsRawFd>(
    old_path: P,
    new_dirfd: &Fd,
    new_path: Q
) -> Result<()>

symlinkat(old_dirfd, old_path, new_dirfd, new_path)