Home / lang / link 
LINK
Syntax
LINK sTarget AS String TO sPath AS String

Creates a symbolic link named sPath that points at the sTarget file or directory.

This does the same as the shell 'ln -s' command.

BE CAREFUL!
Since 1.9.46 version, the arguments are not inverted anymore.

See also

File & Directory Functions  The Linux 'ln' man page