symlink


Description:

[ CCode ( cname = "symlink" ) ]
public int symlink (string oldpath, string newpath)

Creates a symbolic link

Parameters:

oldpath

Target of the link.

newpath

The link name.

Returns:

successful 0; otherwise, -1 and set errno to indicate the error.


Namespace: GLib.FileUtils
Package: glib-2.0