%SYN_GETDIR

Get the current directory path

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
path = %SYN_GETDIR

Return value

path

The path for the current directory. (a)

Discussion

%SYN_GETDIR returns the path for the current directory.

Examples

The example below sets path to the current directory path.

record
    path        ,a255
proc
    path = %syn_getdir