Path Property (AAppShortcut)

Returns the shortcut file path.

Syntax

[ 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.

Comments

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.

Example

The following prints the shortcut under Misc folder named "Comm" : C:\Projects\ATEasy\Examples\Communication.jpg

print App.MiscFolder.Items("Comm").Path

Applies to

AAppShortcut

See Also