sys.getAppPath
| Syntax |
sys.getAppPath (appName)
|
| Params |
appName is a string containing the name of a running application whose path you wish to determine.
|
| Action |
Determines the full file system path to the named application.
|
| Returns |
The full path of the application's file on disk.
|
| Examples |
sys.getAppPath ("Finder") » "System:System Folder:Finder"
sys.getAppPath ('DOCS')
|
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| Notes |
appName can also be a string4 containing the application's signature.
|
| See Also |
sys.countApps
|