gpt4 book ai didi

c# - 实现 "Open Containing Folder"并突出显示文件

转载 作者:IT王子 更新时间:2023-10-29 04:36:33 26 4
gpt4 key购买 nike

在处理文件/文件夹的程序中,这可能是一个方便的功能。使用以下方法实际打开包含文件夹非常容易:

System.Diagnostics.Process.Start( *path to folder* );

...但是我如何才能在该父文件夹中实际选择目标文件?如果我使用 Process.Start 方法,它实际上会尝试打开文件。

最佳答案

根据 Windows Explorer Command-Line Options您只需要使用 /select 参数启动一个 explorer 进程。

例如,“explorer/select,c:\Windows”将打开一个窗口,其中选择了 c:\windows 文件夹。

所以简单的 Process.Start("explorer.exe", "/select,"+ filename) 就足够了。

关于c# - 实现 "Open Containing Folder"并突出显示文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2829501/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com