I can't get file.resolve() to return the path of the resolved shortcut, can 
anyone?

file.createshortcut(?"c:\path\prog.exe"),?"c:\temp\shortcut")
 => 1 and creates c:\temp\shortcut.lnk

file.resolve(?"c:\temp\sss.lnk")
 => ""   should be c:\path\prog.exe   <<< ISSUE

pp.dp file.resolve(?"c:\temp\sss")
 => ""

file.resolve(?"c:\temp\sss.lnk","des")
 => c:\path\prog.exe    yes, this works, but arg2=="" should also work...

Reply via email to