access to target path of a shortcut [resolved]
I have researched all over the web and have yet to find a solution to my problem. If I have a shortcut file with .lnk extension in vb.net, how can I then locate the target path of that shortcut? I have seen this same question asked in the vb general questions regarding vb6 and there were no responses there.
My current application:
I populate a filelistbox with the desktop shortcut files- now I would like to find the path of each of the *.exe files that the .lnk file targets. Any ideas?