LINK
LINK
Target
AS String
TO
Path
AS String
Creates a symbolic link named
Path
that points at the
Target
file or directory.
This does the same as the shell
'ln -s'
command.
See also
File & Directory Functions
The Linux
ln
man page