Mmnotes.getversionname(), Mmnotes.getversionnum(), Mmnotes.localurltofilepath() – Adobe Dreamweaver API Reference CS5 User Manual
Page 29
24
DREAMWEAVER API REFERENCE
The Design Notes API
Last updated 8/27/2013
Arguments
fileURL
•
The fileURL argument, which is expressed as a file:// URL, is the path to a local file.
Returns
A string that contains the path of the Local Root folder for the site, which is expressed as a file:// URL, or an empty
string if Dreamweaver is not installed or the Design Notes file is outside any site that is defined with Dreamweaver.
This function searches for all the sites that are defined in Dreamweaver.
MMNotes.getVersionName()
Description
This function gets the version name of the MMNotes shared library, which indicates the application that implemented it.
Arguments
None.
Returns
A string that contains the name of the application that implemented the MMNotes shared library.
Example
Calling the
MMNotes.getVersionName()
function from a Dreamweaver command, object, behavior, Property
inspector, floating panel, or data translator returns
"Dreamweaver"
. Calling the
MMNotes.getVersionName()
function from Fireworks also returns
"Dreamweaver"
because Fireworks uses the same version of the library, which
was created by the Dreamweaver engineering team.
MMNotes.getVersionNum()
Description
This function gets the version number of the MMNotes shared library.
Arguments
None.
Returns
A string that contains the version number.
MMNotes.localURLToFilePath()
Description
This function converts the specified file:// URL to a local drive path.