Using Legato
The Legato Scripting Language and the IDE are included in all installations of GoFiler Complete. You may also download the Legato Interpreter for free as a standalone package below.
This package will allow you to run Legato scripts from a command line. Legato is free for development for personal or non-commercial use. By downloading Legato Basic, you agree to the Terms and Conditions of its use.
Download 32-bit Download 64-bitThis package will allow you to write, debug and run Legato scripts from an IDE. Legato is free for development for personal or non-commercial use. By downloading Legato IDE, you agree to the Terms and Conditions of its use.
Download 32-bit Download 64-bit1.0 Legato IDE and Script Language
1.1 Existing API Changes and Improvements
– Added the ‘version’ parameter and key name to the EnumerateSetFields function.
– Made minor dialog tweaks to various password dialogs (the PasswordBox and the PasswordUsernameBox functions, etc.) to better fit general dialog design and layout standards.
1.2 New API Functions
– DataViewRefreshView — Refreshes by recalculating the sizes of items and optionally repaints.
– PasscodeBox — A passcode dialog box. Similar to the PasswordBox function but labeled as a passcode instead. Accepts an optional string parameter to set the dialog’s title text, as well as an optional string parameter to set the dialogs description text.