| Home | All functions | Categories |
vuCurrentPath(), CSTRING
Returns the path from which the current program is executing.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters |
A null-terminated CSTRING containing the current execution path.
MESSAGE('The program is being run from: ' & vuCurrentPath())
LOC:Path = vuCurrentPath()
| Home | All functions | Categories |