if I use FileCreateShortcut Create Shortcuton win2012 and [Shortcut target path]'s first string is "\\", XP Client can't use FileGetShortcut to get this lnk Shortcut target path like:"\\server\Dota2\ZUJIAN.exe"
FileCreateShortcut("\\server\Dota2\ZUJIAN.exe", @DesktopDir & "\Dota2_xp.lnk", "\\server\Dota2", "", "", "\\server\Dota2\System32File\ICONS\PkgCustom.ico")
run it on WIN2012
then
on XP ,FileGetShortcut can not read Shortcut target path!
[0]|
[1]|\\server\Dota2
[2]|
[3]|
[4]|\\server\Dota2\System32File\ICONS\PkgCustom.ico
[5]|0
[6]|1
lnk_xp_w7.zip