GetAppPath
Returns the file path of the project folder.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
GetAppPath | System Info | Synchronous | Supported | Supported | Executed on Server | Supported |
Syntax
This function takes no paramters.
Returned value
Returns the file path as a string.
Examples
Tag Name | Expression |
---|---|
Tag | GetAppPath() // Returned value =”C:DemoProject” |
Tag | GetAppPath() // Returned value =”C:StudioProjectsproject_name“ |
Note: This function must return the current path of the project, including the “” at the end of the path.