symlink
Creates a symbolic link
&reftitle.description;
boolsymlink
stringtarget
stringlink
symlink creates a symbolic link to the existing
target with the specified name
link.
&reftitle.parameters;
target
Target of the link.
link
The link name.
&reftitle.returnvalues;
&return.success;
&reftitle.errors;
The function fails, and issues E_WARNING,
if link already exists.
On Windows, the function also fails, and issues E_WARNING,
if target does not exist.
&reftitle.examples;
Create a symbolic link
]]>
&reftitle.seealso;
link
readlink
linkinfo
unlink