Specifications

Table Of Contents
Adobe Photoshop CS6
JavaScript Scripting Reference JavaScript Object Reference 46
locale
string
Read-only. The language location of the
application.
An Adobe locale code consists of a 2-letter ISO-639
language code and an optional 2-letter ISO 3166
country code separated by an underscore. Case is
significant. For example,
en_US, en_UK, ja_JP, de_DE,
fr_FR.
macintoshFileTypes
array of string
Read-only. A list of file image types Adobe
Photoshop CS6 can open.
measurementLog
MeasurementLog
The log of measurements taken.
name
string
Read-only. The application's name.
notifiers
Notifiers
Read-only. The collection of notifiers currently
configured (in the Scripts Events Manager menu in
the Adobe Photoshop CS6 application).
notifiersEnabled
boolean
Read-write. True if all notifiers are enabled.
path
File
Read-only. The full path to the location of the
Adobe Photoshop CS6 application.
playbackDisplayDialogs
DialogModes
Read-write. The dialog mode for playback mode,
which controls what types of dialog to display
when playing back a recorded action with the
Actions palette.
playbackParameters
ActionDescriptor
Read-write. Stores and retrieves parameters used as
part of a recorded action. Can be used, for example,
to control playback speed.
preferences
Preferences
Read-only. The application preference settings
(equivalent to selecting Edit > Preferences in the
Adobe Photoshop CS6 application in Windows or
Photoshop > Preferences in Mac OS).
preferencesFolder
File
Read-only. The full path to the Preferences folder.
recentFiles
array of File
Read-only. Files in the Recent Files list.
scriptingBuildDate
string
Read-only. The build date of the Scripting interface.
scriptingVersion
string
Read-only. The version of the Scripting interface.
systemInformation
string
Read-only. Runtime details of the application and
system.
typename
string
Read-only. The class name of the referenced app
object.
Property Value type What it is (Continued)