Description
Saves the shortcut object.
Syntax
shortcut.save()
Parameters
Returns
Nothing
Example
shortcut = new Shortcut("c:\\demo.lnk");
shortcut.targetPath = "notepad.exe";
shortcut.arguments = "tmp.txt";
shortcut.save();