User Guide
Document functions 235
Description
Saves the document in its default location. After a successful save operation, the document’s
isDirty property is cleared.
dom.saveCopyAs()
Availability
Fireworks 3.
Usage
dom.saveCopyAs(fileURL)
Arguments
fileURL A string, which is expressed as a file://URL, that specifies the directory and name
under which the copy should be saved.
Returns
true if the save operation is successful; false otherwise.
Description
Saves a copy of the document in a specified directory with a specified name. This function
does not affect the document’s
filePathForSave or isDirty properties.
dom.saveJPEGMask()
Availability
Fireworks 4.
Usage
dom.saveJPEGMask()
Arguments
None.
Returns
Nothing.