RETURNS THE CURRENT DIRECTORY
ACTION
The system variable DIR_CURRENT$ returns the name of the current directory in a string.
Remark: the keyword DIR_CURRENT$ ends by '$' because the returned value is a string.
SYNTAX:
DIR_CURRENT$ in an expression
USE ERROR EXAMPLE
print "current directory: "+dir_current$
DIR_CURRENT$
DIR_CURRENT$
SEE ALSO
DIR_CHANGE
DIR_MAKE
DIR_EXISTS()