手记

定位到文件目录并选定文件

这里以前写xml模版批量修改工具时用到的。

 

 

Process pro = new Process();
pro.StartInfo.FileName = "Explorer.exe";
pro.StartInfo.Arguments = "/select," + fileCurrentPath;
pro.Start(); 

 

 

0人推荐
随时随地看视频
慕课网APP