Description
Represents the URL of the url shortcut object.
Syntax
urlshortcut.url
Example
shortcut = new URLShortcut("c:\\demo.url"); shortcut.url = "http://www.macromedia.com"; shortcut.save();