Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter TwoLanguage Overview (continued)

2.5 Interacting with External Systems

In addition to being fully integrated with the application, Legato provides a number of robust means to interact with external systems and programs. Legato offers numerous functions to access and gather information from the internet and remote servers, both through HTTP and FTP interactions. Legato also contains functions that permit both basic and high-level file input and output through managed objects, such as the Basic File, Folder Enumeration, and Word Parse Objects.

There may be situations where interfacing directly with other scripts, programs, and link or dynamic link libraries is essential. In these cases, Legato can pass information to external functions. Finally, data can be queried and collected from database systems, including SQL, using the Legato API.

These enhanced functionalities allow Legato to be a useful and customizable bridge between the application and a wide array of external systems. They are documented and demonstrated in example code throughout this reference manual.