TCL_INCLUDE
Specifies additional paths for searching for Tcl scripts.
Syntax
TCL_INCLUDE directory1;directory2;etc...
Description
- directory
- The path to the directory to search. Multiple paths can be specified, separated by a semi-colon. The first path encountered that contains the file will be used. It is important to use Unix/Linux style directory separators / instead of \.
Examples
To set the directory E:\mydir: TCL_INCLUDE E:/mydir.
To set the directory to E:\mydir and C:\mysettings: TCL_INCLUDE E:/mydir;C:/mysettings.
Errors
None.