Is there any way I can parse shortcut data from .lnk files in Node (for instance, and mainly, the path it's pointing at)?
If you're using Electron, it has a built-in method:
https://www.electronjs.org/docs/api/shell#shellreadshortcutlinkshortcutpath-windows
import { shell } from 'electron'; const parsed = shell.readShortcutLink(shortcutPath);
target
cwd
args
description
icon
iconIndex
appUserModelId
1.4m articles
1.4m replys
5 comments
57.0k users