C# winform打开文件夹并选中指定文件

C# winform打开文件夹并选中指定文件

例如:打开“E:\Training”文件夹并选中“20131250.html”文件

System.Diagnostics.Process.Start("Explorer.exe", @"/select,E:\Training\20131250.html");

一句代码搞定!!!

扩展:

1)只打开文件夹:

System.Diagnostics.Process.Start("Explorer.exe", @"E:\Training");

2)打开文件夹并选中文件夹

System.Diagnostics.Process.Start("Explorer.exe", @"/select,E:\Training\js");

C# winform打开文件夹并选中指定文件,布布扣,bubuko.com

C# winform打开文件夹并选中指定文件

上一篇:在CYGWIN下编译和运行软件Bundler ,以及PMVS,CMVS的编译与使用


下一篇:Photoshop简单制作物体发光特效