token:Application_Tokens
**This is an old revision of the document!**
Table of Contents
ApplicationRelated Tokens
This Wiki page receives the redirect for a number or windows related tokens:
- %ApplicationPath% (v9.0+)
Each of these text tokens return information about the specified application.
Token Parameters
Each token take a parameter indicating the application. The parameter is the value after the percent sign of the main token. For example: %TokenName%TokenParameter% or %Application%1%.
The parameter may be:
| Parameter | Meaning |
|---|---|
| 0 or 1 | the front application. |
| Positive Number | the indexed application from front to back. |
| Negative Number | the indexed application from back to front. |
| All | All of the applications, one per line, from front to back. |
| Foreground | All foreground of the applications, one per line, from front to back. |
| Background | All background of the applications, one per line, from front to back. |
So for example, %Application%1% gives the name of the front application.
Application
The %Application% tokens returns the name of the specified application.
ApplicationBundleID
The %ApplicationBundleID% tokens returns the bundle ID of the specified application.
ApplicationPath
The %ApplicationPath% tokens returns (v9.0+) the path of the specified application.
token/Application_Tokens.1562313544.txt.gz · Last modified: by peternlewis
