InfoAppAlrDir
Returns the file path of the project’s Alarm sub-folder.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
InfoAppAlrDir | System Info | Synchronous | Supported | Supported | Supported | Supported |
Syntax
This function takes no parameters.
Returned value
Returns the Alarm directory of the current project as a string.
Examples
Tag Name | Expression |
---|---|
Tag | InfoAppAlrDir() // Returned value =”C:DemoAppAlarm” |
Tag | InfoAppAlrDir() // Returned value =”C:StudioProjectsAppAlarm” |