[Gambas-user] LINK syntax reversed in the Wiki?

Jose J. Rodriguez joe1962 at ...626...
Tue May 30 20:06:30 CEST 2006


Hi:

The syntax and explanation for the LINK command are reversed in the
Wiki docs, if I'm reading it right.

This:
         MKDIR BaseDir &/ "usr/local/share/doc"
         LINK BaseDir &/ "usr/local/share/doc" TO BaseDir &/ "usr/local/doc"
givesan error: "File already exists".

While this:
         MKDIR BaseDir &/ "usr/local/doc"
         LINK BaseDir &/ "usr/local/share/doc" TO BaseDir &/ "usr/local/doc"
creates a symlink $BaseDir/usr/local/share/doc pointing to
$BaseDir/usr/local/doc.

Regards,
Joe1962




More information about the User mailing list