CURRENTPATH                                                        Global

CurrentPath

Description

CurrentPath returns a string the with the path to the current program. If the program has not been saved yet, it is empty. This global property can be read, but not set.

Example

REM CurrentPath Example

PRINT "The path to the current program is " & CurrentPath

Output

The path to the current program is \test.nsb

Related Items

GETCOMMANDLINE