[ CCode ( cname = "symlink" ) ]
public int symlink (string oldpath, string newpath)
Creates a symbolic link
oldpath |
Target of the link. |
newpath |
The link name. |
successful 0; otherwise, -1 and set errno to indicate the error. |