DirHome

Returns directory containing the WIL Interpreter's executable files.

Syntax:

DirHome ( )

Parameters:

(none)

Returns:

(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.

 

Example:


a = DirHome( )
Message("WIL Executable is in ", a)
See Also:

DirGet, DirWindows, DirScript