-
-
Notifications
You must be signed in to change notification settings - Fork 14
Description
When saving the files it generates files with different file sizes when the path to the saved link isn't the same, note that the Target {1} is always the same the only change is in the "Full Path"...
Target {1} = "U:\SomeFolder\EasyLinkFileViewer\EasyLinkFileViewer.exe".
Saved Path A = "U:\SomeFolder\EasyLinkFileViewer" result file = EasyLinkFileViewer_savedPathA.lnk.bin.zip, 740 bytes.
Saved Path B = "U:\SomeFolder" result file = EasyLinkFileViewer_savedPathB.lnk.bin.zip, 778 bytes.
Saved Path C = "U:\" result file = EasyLinkFileViewer_savedPathC.lnk.bin.zip, 800 bytes.
Saved Path D = "D:\z" result file = EasyLinkFileViewer_savedPathD.lnk.bin.zip, 690 bytes.
All this attached files are in reality "*.lnk" files, I only named them with different extensions to facilitate some hex-comparisons.
Can you explain why is this behavior? :-/
edit: idk if this helps or not, but after some more testing I think it's related with relative paths, but I'm not 100% sure.