Dreamweaver.revealdocument(), Dreamweaver.launchapp() – Adobe Dreamweaver API Reference CS5 User Manual
Page 119

114
DREAMWEAVER API REFERENCE
Application
Last updated 8/27/2013
Arguments:
fileName
•
The
fileName
argument is a string that specifies the name of the file to print, expressed as a URL.
Returns
Nothing
dreamweaver.revealDocument()
Availability
Dreamweaver CS3.
Description
Gives Dreamweaver the operating-system focus and, if the specified file is open in Dreamweaver, brings it to the
foreground.
Arguments:
fileName
•
The fileName is a string that specifies the name of the file to reveal, expressed as a URL.
Returns
Nothing
dreamweaver.launchApp()
Availability
Dreamweaver CS5.
Description
Launches the specified application with optional command line arguments.
Arguments:
fileURL
•
The fileURL is the path to the application specified as a
file://
URL.
optionalArgs
•
The optionalArgs is a string that can be used to pass command line arguments to the specified application.
Returns
Nothing