link

Name

link -- Create a new link to a file.

Type: function

Synopsis

link( existpath newpath, );

Arguments

existpath

An instance of <string>

newpath

An instance of <string>

Description

Links a new entry to an old file, like unix ln.