KCssLoadScriptFile

C Styled Script
Reference Manual

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using The CSS Executive
Language
Directives
System Library
String Library
Regular Expression Lib.
File Library
Database Library
C API
   Embedding CSS
   Writing Libraries
   API Reference
      KCssAddFunc
      KCssCall
      KCssClose
      KCssEnableTrace
      KCssGet
      KCssGetError
      KCssGetResult
      KCssIsTrace
      KCssLoadLibrary
      KCssLoadScriptFile
      KCssLoadScriptMem
      KCssOpen
      KCssSet
      KCssSetError
      KCssSetResult
      KCssShow
      KCssStartDate
      KCssStartTime
      KCssVarResize
      KCssVarSizeof
C++ API
CSS Links
  
long KCssAPI KCssLoadScriptFile(         /* load script from file */
   KCssHandle aHandle,                      /* CSS handle */
   const char *aFileName                    /* file name to load script */
);

Compiles/loads a script from a file. If the file name is given without extension, .css is appended. The file is searched in the directories listed in environment variable CSSPATH. If CSSPATH does not exist, the file is searched in the current working directory.

NOTE: CSS will not load the same file/module several times; attempt to do so will be silently ignored.
 Copyright © IBK LandquartLast revised by Peter Koch, 24.02.00<< Back  Top  Next >>