docs

Home All functions Categories

vuCurrentPath()

vuCurrentPath(), CSTRING

Description

Returns the path from which the current program is executing.

Parameters

Parameter Data Type Description
None   This function takes no parameters

Returns

A null-terminated CSTRING containing the current execution path.

Examples

MESSAGE('The program is being run from: ' & vuCurrentPath())

LOC:Path = vuCurrentPath()
Home All functions Categories