Contents - Index


USERLIBDIR$

 

The USERLIBDIR$ function returns the directory of the EES Userlib (or Userlib64) folder application.  The directory name ends with a \ character.  Knowing this directory may be useful when attempting to load or save information to or from the \USERLIB directory.

 

Example:

 

U$=UserlibDir$

 

See also: EESProgramDir$

               EESFileDir$

 

Return to String Functions