Description
Saves the url shortcut object.
Syntax
urlshortcut.save()
Parameters
Returns
Nothing
Example
shortcut = new URLShortcut("c:\\demo.url"); shortcut.url = "http://www.macromedia.com"; shortcut.save();