Dreamweaver CS4 Resources
|
MMNotes.filePathToLocalURL()
DescriptionThis
function converts the specified local drive path to a file:// URL.
ReturnsA string
that contains the file:// URL for the specified file.
ExampleA call
to MMNotes.filePathToLocalURL('C:\sites\webdev\index.htm') returns "file:///c|/sites/webdev/index.htm".
|