Returns the file path of the project folder.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
GetAppPath | System Info | Synchronous | Supported | Supported | Executed on Server |
This function takes no paramters.
Returns the file path as a string.
Tag Name | Expression |
---|---|
Tag | GetAppPath() // Returned value ="C:\DemoProject\" |
Tag | GetAppPath() // Returned value ="C:\Studio\Projects\project_name\" |