version 6.7
RESOLVE ALIAS (aliasPath; targetPath)
Parameter | Type | Description | |
aliasPath | String | Name or access path of the alias/shortcut | |
targetPath | String | Name or access path of the alias/shortcut target |
Description
The RESOLVE ALIAS command returns the full path to the target file or folder of the alias (named shortcut under Windows).
The full path to the alias is passed in aliasPath.
Once the command has been executed, the targetPath variable contains the full path to the target file or folder of the alias.
See Also