如何使用 .net 在 Windows 资源管理器中预选文件?

发布于 2024-09-05 03:24:07 字数 84 浏览 4 评论 0原文

如何在特定文件夹上弹出 Windows 资源管理器并突出显示特定文件?

我对 XP、Vista 和 Windows 7 的解决方案感兴趣。

How can I popup a windows explorer on a specific folder with a specific file highlighted ?

I'm interested in solutions for XP, Vista and Windows 7.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

旧梦荧光笔 2024-09-12 03:24:07

explorer.exe 中有一个“/select”开关:

"/select,FileName" 

您可以使用 Process.Start 来执行它。

There's a "/select" switch in explorer.exe:

"/select,FileName" 

You can use the Process.Start to execute it.

嗳卜坏 2024-09-12 03:24:07

请参阅 Windows XP 的 Explorer.exe 命令行选项,网址为 http://support .microsoft.com/kb/314853

/select,打开窗口视图,其中选择了指定的文件夹、文件或程序。

示例 1:Explorer /select,C:\TestDir\TestProg.exe (打开一个窗口视图,并选择 TestProg。)

See Explorer.exe Command-Line Options for Windows XP at http://support.microsoft.com/kb/314853

/select,<object> Opens a window view with the specified folder, file, or program selected.

Example 1: Explorer /select,C:\TestDir\TestProg.exe (Opens a window view with TestProg selected.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文