drvj
drvj

Reputation: 355

Resolving of shell links in c# under Windows 7 fails

I try to resolve the paths of shell links, which are contained in the "Recent Documents" folder in Windows 7. I used the code posted here (Answer No 3) How to resolve a .lnk in c#. But the method ResolveShortcut is not able to determine the path of some files (e.g. many .txt-files). The same code works perfectly under Windows XP.

Upvotes: 1

Views: 348

Answers (1)

anon
anon

Reputation:

I just downloaded, upgraded to 2010 and ran this sample on a Win7 system without any problem without changing anything whatsoever.

Upvotes: 1

Related Questions