User Guide

Fireworks functions 255
Description
Attempts to find the path to the requested application. On the Macintosh, Fireworks looks for
the application using a four-character signature code. In Windows, Fireworks looks in the
Windows registry under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
.
See also
fw.launchApp()
fw.findNext()
Availability
Fireworks 3.
Usage
fw.findNext()
Arguments
None.
Returns
The number of items that are replaced if the search is completed, or –1 if there are items in the
document that remain to be searched.
Description
Finds the next instance of the current search string and selects that section of the document. To
begin a search, use
fw.setUpFindReplace().
See Also
fw.setUpFindReplace()
fw.findOpenDocument()
Availability
Fireworks 3.
Usage
fw.findOpenDocument(docname)
Arguments
docname
A string that specifies the name of the document, which is expressed as a file://URL.
Returns
If the document is open, returns the Document object; otherwise, returns null (see “Document
object” on page 13).
Description
Determines whether the specified file is open in a Fireworks Document window.