Registry / utility / mslinks

mslinks

JSON →
library1.0.6javamavenunverified

Java library for parsing and creating Windows shortcut (.lnk) files.

<dependency> <groupId>com.github.vatbub</groupId> <artifactId>mslinks</artifactId> <version>1.0.6</version> </dependency>
INSTALL
IMPORT
SIG · MSLINKS
M
mslinks
utilityjavav1.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ShellLink
com.github.vatbub.mslinks.ShellLink

Read the target path from a Windows shortcut file.

import com.github.vatbub.mslinks.ShellLink; ShellLink link = new ShellLink(new java.io.File("shortcut.lnk")); System.out.println(link.getPath());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
mslinks — mvn dependency:get mslinks · libregistry