User Guide
The Fireworks object 29
appXtrasDir • string The path to the Xtras directory, which is
expressed as file://URL.
batchStatusString
string The string that currently appears in the
Batch Progress dialog box. Set this
property to change the string being
displayed. Use with
progressCountCurrent
and
progressCountTotal.
currentScriptDir
string The path to the directory of the currently
running script, which is expressed as a file:/
/URL (or could be
null).
This path goes to the directory in which the
script resides, not a full file path to the script
itself (it excludes the script’s filename).
currentScriptFileName
string The filename of the currently running script
(or could be
null).
This name is the script’s filename, not the
full path.
dialogs • object Provides access to an instance of the
Dialogs class, which opens specific dialog
boxes (for more information, see“Dialogs
object” on page 13.)
dismissBatchDialogWhenDone
Boolean If set to true, Fireworks will automatically
close the Batch Process dialog box when
the script finishes. This function has no
effect if the Batch Process dialog box does
not appear.
documentList • array Array of the current open Document
objects (for more information, see
“Document object” on page 14). If no
document is open, it returns an array of
length zero.
documents • array Array of the current open Document
objects (for more information, see
“Document object” on page 14). If
no document is open, returns an array of
length zero.
Property Data type Notes