Returns the 'short' name of the current program.
$ = ShortProgName[$]()
$ = ProgName[$]
ProgName[$] returns the directory of the current running application. In the IDE the name of GFA-BASIC 32 is returned.
ShortProgName returns the 'short' MSDOS name (8.3 characters) name of the program.
Debug.Show
Trace ProgName()
Trace ShortProgName()
LongFileName(), LongPathName(), ShortFileName(), ShortPathName(), ShortProgName(), App
{Created by Sjouke Hamstra; Last updated: 12/10/2014 by James Gaite}