next up previous contents
Next: URLShortcut Object Up: Methods Previous: Methods   Contents

save

Description

Saves the shortcut object.


Syntax

shortcut.save()


Parameters

None


Returns

Nothing


Example

shortcut = new Shortcut("c:\\demo.lnk");
shortcut.targetPath = "notepad.exe";
shortcut.arguments = "tmp.txt";
shortcut.save();




Copyright ©2000-2010 Shanghai TopCMM Software Technologies. All Rights Reserved.