contents   index   previous   next



SElib Object

 

The methods in the SElib object extend the functionality of JavaScript. Whereas the Clib object extends the power of JavaScript by providing functions from the standard C library, the SElib extends power by allowing programmers to work with such things as directories, files, memory, windows, messages, system operations, and script execution. The methods in the SElib object are more like the C functions in the Clib object than JavaScript functions.

 

When using the methods in this section, they are preceded with the Object name SElib, since individual instances of the SElib object are not created. For example, SElib.directory() is the syntax to use to get directory information in a script.

 


SElib object static methods