GETSTARTPATH/GETSTARTPATHW

Top  Previous  Next

Syntax

STRING = GETSTARTPATH

WSTRING = GETSTARTPATHW

Description

Returns the path to your executable.

Parameters

None

Return value

The full path to the directory containing the running executable.

Remarks

Path includes a trailing slash.

Example usage

filename = GETSTARTPATH + "bug.bmp"