ShellLink.Save Method
Declaring Type: ShellLink
Namespace: Velopack.Windows
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Overloads
| Signature | Description |
|---|---|
| Save() | Saves the shortcut to ShortCutFile. |
| Save(string) | Saves the shortcut to the specified file |
Save()
Saves the shortcut to ShortCutFile.
public void Save();
Save(string)
Saves the shortcut to the specified file
public void Save(string linkFile);
Parameters
linkFile string
The shortcut file (.lnk)
Documentation generated by MdDocs