symlink
Name
symlink -- Create a symbolic link to a file.
Type: function
Synopsis
symlink
( existpath newpath, );
Arguments
- existpath
An instance of <string>
- newpath
An instance of <string>
Description
Soft-links a new entry to an old file, like unix ln -s.