Name
GetProgramDirectory -- return program directory (V9.0)
Synopsis
dir$ = GetProgramDirectory()
Function
This function returns the program's directory. Note that using this function only makes sense in compiled programs because when running scripts, GetProgramDirectory() will return the directory of the Hollywood interpreter because there is no other program at this time.

Inputs
none

Results
dir$
path to the program directory

Show TOC