Following a previous discussion on lnk files parsing in java ( Windows shortcut (.lnk) parser in Java? ).
I've tested all solutions proposed.
But no one works with my lnk files created by cygwin, when I untar an archive containing sym links created on a linux box.
I got a java.lang.ArrayIndexOutOfBoundsException
in getNullDelimitedString()
method.
It seems that cygwin creates special lnk files with specific headers.
Does anyone knows how to have a java lnk parser working with this kind of sym links ?
Symlink
.lnk
files created by Cygwin are different from Windows-created.lnk
files.See accepted response for Accessing a cygwin symlink from windows