long ZCslLoadScriptFile( /* load script from file */
ZCslHandle aHandle, /* CSL handle */
const char *aFileName /* file name to load script */
);
Compiles/loads a script from a file. If the file name is given
without extension, .csl is appended. The file is searched
in the directories listed in environment variable CSLPATH.
If CSLPATH does not exist, the file is searched in the current
working directory.
|
NOTE:
CSL will not load the same file/module several times; attempt to do so will
be silently ignored.
|
|