| Syntax |
required.openApplication (appID)
|
| Params |
appID is a value identifying the application to which this verb is addressed. It can be a string4 containing the application signature, a binary value obtained by calling sys.browseNetwork or a string containing a valid network address.
|
| Action |
Sends the Open Application event to the application specified by appID.
|
| Returns |
True
|
| Examples |
|
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| Notes |
This event is normally sent only by the Finder, when it launches an application without any specific documents to open. It is not necessarily intended to be called directly in your scripts.
|
| See Also |
launch.application
launch.anything
Finder.open
|