APPEXEPATH$ function

Purpose: Self-referencing function that returns the path of the executing program.


 Syntax:

 ExePath$ = APPEXEPATH$

 Parameters:

  • ExePath$ Returned string containing path to the executing program. Last character in string is a backslash(\).

BCXPATH$ function

Purpose: Returns the path to the \bin\ folder containing the BC.EXE file. This path is derived from the Registry entry made during the BCX installation process and includes a trailing backslash.


 Syntax:

 RootPath$ = BCXPATH$

 Parameters:

  • RootPath$ Returned string containing path to the \bin\ folder containing the BC.EXE file. The last character in this string is a backslash(\).

PELLESPATH$ function

Purpose: Returns the PellesC root folder.


 Syntax:

 RootPath$ = PELLESPATH$

 Parameters:

  • RootPath$ Returned string containing path to the PellesC root folder. Last character in string is a backslash(\).