ElectronShell.readShortcutLink method
ElectronShell › readShortcutLink
Unofficial
Resolves the shortcut link atshortcutPath. An exception is thrown when any error happens. Only available on Windows (win32). Signature:
readShortcutLink(shortcutPath: string): ElectronShortcutDetailsParameters:
| Parameter | Type | Description |
|---|---|---|
| shortcutPath | string | The path to the shortcut link. |
Returns: ElectronShortcutDetails — The details of the shortcut link.