Shortcuts.FindShortcuts Method
Declaring Type: Shortcuts
Namespace: Velopack.Windows
Assembly: Velopack
Assembly Version: 0.0.942+a011233
Searches for existing shortcuts to an executable inside the current package.
public Dictionary<ShortcutLocation, ShellLink> FindShortcuts(string relativeExeName, ShortcutLocation locations);
Parameters
relativeExeName
string
The relative path or filename of the executable (from the current app dir).
locations
ShortcutLocation
The locations to search.
Returns
Dictionary<ShortcutLocation, ShellLink>
Documentation generated by MdDocs