Joember
Well, besides linux way there is a way to change Browse Folders so that it treats windows shortcuts (I don't know if there is any better way) as target folders/files. Windows shortcut format is not documented, but is quite easy as far as I remember.
What's needed is basically a JS function, that would take path to the lnk file as input and return target file descriptor as a result. Stream.File can read "chunks" (readChunk(size)), and chunks have peek(offset) function, that returns byte (?) values. Probably this is enough to write it.
|