C#定位一个文件并选中

2021-04-08 18:26

阅读:684

标签:select   分享图片   explorer   roc   img   注意   sele   逗号   一个   

String path = @"C:\Program Files (x86)\Tencent\QQ\Bin\QQ.exe";
//定位打开C:\Program Files (x86)\Tencent\QQ\Bin文件目录并选中了QQ.exe   注意:/select后还有个逗号(,)。
System.Diagnostics.Process.Start("explorer.exe", "/select," + path);

 

 技术分享图片

 

C#定位一个文件并选中

标签:select   分享图片   explorer   roc   img   注意   sele   逗号   一个   

原文地址:https://www.cnblogs.com/ywj1874/p/9083171.html


评论


亲,登录后才可以留言!