Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

GetScriptsExtensionFolder Function

Overview

The GetScriptsExtensionFolder function returns the path of where an application expects user deployed scripts to be located.

Syntax/Parameters

Syntax

string = GetScriptsExtensionFolder ( );

Parameters

(none)

Return Value

Returns a string containing the path of the script. If the return value is empty, the script is untitled.

Remarks

The GetScriptsExtensionFolder function returns the path of the folder where application script extensions should be installed. Depending on the installation and environment, this folder may or may not exist.

Script extensions are generally placed in the extensions folder for deployment purposes. For non-application scripts (i.e., those created or executed from a command line version of Legato, this folder is a combination of the application executable module path and “Scripts\Extensions”. The folder location is not tested by this function.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic