Skip to content

ElectronShell.readShortcutLink method

ElectronShell › readShortcutLink

Unofficial

Resolves the shortcut link at shortcutPath. An exception is thrown when any error happens. Only available on Windows (win32).

Signature:

readShortcutLink(shortcutPath: string): ElectronShortcutDetails

Parameters:

Parameter Type Description
shortcutPath string The path to the shortcut link.

Returns: ElectronShortcutDetailsThe details of the shortcut link.