-
Notifications
You must be signed in to change notification settings - Fork 6
index
Nuno Aguiar edited this page Apr 24, 2018
·
1 revision
index
OpenAF scripting is based on Javascript. There are built in objects and implicit functions to add extra functionality. To get more help:
- for built in objects just search by the object name + the function name (e.g. openaf -helpscript io.readFile)
- for implicit functions search by the function name (e.g. openaf -helpscript compress) or enter "scope" (e.g. openaf -helpscript scope) to see a complete list.
Built-in objects are:
- af
- io
- CSV
- DB