Getting Targets from .lnk Files in Java
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
For my research I need to find a way on how to retreive the target kept in Windows Shortcut Files. Does anyone know how to read in a Shortcut file into Java and spit out the target it points to? I have already read up about the file format and all the examples I see are in C/C++. My thanks in advance.