Scripting environment preferences.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
If true, enables redraw during script execution. |
||
|
readonly |
The parent of the ScriptPreference (a Application). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
readonly |
The path to the Scripts folder for the application. |
||
|
Array of 2 Strings |
readonly |
A list of the scripts in the Scripts folder. Can return: Array of Array of 2 Strings or Files. |
|
|
read/write |
Controls the display of dialogs and alerts during script processing. |
||
|
Real |
read/write |
The version of the scripting environment. Can also accept: Real. |
ScriptPreference getElements ()
Resolves the object specifier, creating an array of object references.
String toSource ()
Generates a string which, if executed, will return the ScriptPreference.
String toSpecifier ()
Retrieves the object specifier.
Application.scriptPreferences