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.