Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FifteenWindows/OS Functions (continued)

15.7 Module Resources

15.7.1 Overview

An executable or DLL module file contains machine code as well as resource information. Legato allows for certain resource information to be referenced and updated.

Note that while module resources are similar to script resources, they are not the same. Module resources can be accessed by other programs and the internal code while script resources can only be accessed by the script.

Module resources are accessed by a resource type, ID, name and optional language. Some resources can be complex, such as icons, where each icon resolution is stored as a separate icon. Resources must also be in the appropriate format, for example, string resources are always in Unicode form.

15.7.2 Functions