EESPROGRAMDIR$
The EESPROGRAMDIR$ function returns the directory of the EES application. The directory name ends with a \ character. Knowing this directory may be useful when attempting to save information with the $SAVETABLE or $EXPORT directives or when attempting to load files from the \USERLIB directory that reside in the same folder as the EES application.
Example:
D$=EESPROGRAMDIR$
See also: EESFileDir$
Return to String Functions