>>-SysIsFileLink(linkname)-------------------------------------><
Checks for the existence of a link. This function does not support wildcard specifications.
Parameters:
The name of the link to check for the existence of.
Returns:
The link does not exist or it is not a link.
The link exists.
Example:
if SysIsFileLink(InputFile) then say "Link Exists!" else say "Link does not exist."