Windows 7 下 C# 中的 shell 链接解析失败
我尝试解析 shell 链接的路径,这些链接包含在 Windows 7 的“最近文档”文件夹中。我使用了此处发布的代码(答案 3)如何在 C# 中解析 .lnk。但是方法ResolveShortcut
无法确定某些文件(例如许多.txt 文件)的路径。相同的代码在 Windows XP 下完美运行。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚下载、升级到 2010 并在 Win7 系统上运行此示例没有任何问题,无需改变任何东西。
I just downloaded, upgraded to 2010 and ran this sample on a Win7 system without any problem without changing anything whatsoever.