Skip to main content

Shortcuts.FindShortcuts Method

Declaring Type: Shortcuts
Namespace: Velopack.Windows
Assembly: Velopack
Assembly Version: 0.0.626+6f1a94e

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