Dreamweaver CS4 Resources
|
MMNotes.localURLToFilePath()
DescriptionThis function
converts the specified file:// URL to a local drive path.
ReturnsA string
that contains the local drive path for the specified file.
ExampleA call
to MMNotes.localURLToFilePath('file:///MacintoshHD/images/moon.gif') returns "MacintoshHD:images:moon.gif".
|