Returns directory containing the WIL Interpreter's executable files.
DirHome ( )
(none)
(s) pathname of the home directory.
Use this function to determine the directory where the current WIL Interpreter's executable files are stored.
Note: For compiled scripts DirHome returns the path to the EXE file.
a = DirHome( ) Message("WIL Executable is in ", a)