Static Library - System::*

The System Static Library has been designed to encapsulate to functionality of the Windows Operating System. This library contains static methods that can be call from all locations in a TScript source file and operate by call the underlining Visual C++ Windows API function.

Most of the methods within this library will undergo permissions checks before the function is called, to check that each executing script has been allowed to use the system resources in the manner required to complete the particular call.