Function nix::unistd::symlink[][src]

pub fn symlink<P1: ?Sized + NixPath, P2: ?Sized + NixPath>(
    target: &P1,
    linkpath: &P2
) -> Result<()>

Make a new name for a file ([posix specification])](http://pubs.opengroup.org/onlinepubs/9699919799/functions/symlink.html)).