Scripting environment preferences.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
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. |
||
|
read/write |
Version of the scripting environment. Can also accept: String. |
Object 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