Returns the shortcut file path.
[ sPath = ] Object.Path
The Path property syntax has the following parts:
Name |
Type |
Description |
Object |
AAppShortcut |
AAppShortcut object |
sPath |
BString |
Path string of the shortcut object. |
The return value contains the file path as entered by the user in design time. No conversion to absolute file path or replacement of path variables used is done.
The following prints the shortcut under Misc folder named "Comm" : C:\Projects\ATEasy\Examples\Communication.jpg
print App.MiscFolder.Items("Comm").Path