NOTE: This Design document is subject to change at any time.
zApp contains a powerful file library that is available to any scripting language. This allows you to use the scripting language of your choice based upon familiar syntax rather than because of which language contains which function.
The functions in the file library are accessed via the built-in file object name. For example, in VBScript or JavaScript, you would access the Open file method using the notation file.Open. In Perl, this syntax would be file->Open.
Select a function from the list on the left for more information on it.