Gambas Documentation
Documents
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
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