Function nix::unistd::link[][src]

pub fn link<P1: ?Sized + NixPath, P2: ?Sized + NixPath>(
    oldpath: &P1,
    newpath: &P2
) -> Result<()>

Call the link function to create a link to a file (posix specification).