GLBasic User Manual

Main sections

CODEFILE$()

file$ = CODEFILE$()



Returns the file name of the GLBasic input file.

Example:
PRINT "CODEFILE = "+CODEFILE$(),0,0
SHOWSCREEN
MOUSEWAIT


Output:
CODEFILE = testfile.gbas

See also...