这里以前写xml模版批量修改工具时用到的。
Process pro = new Process();
pro.StartInfo.FileName = "Explorer.exe";
pro.StartInfo.Arguments = "/select," + fileCurrentPath;
pro.Start();
2018-08-05 14:23:47
浏览 1187
这里以前写xml模版批量修改工具时用到的。
Process pro = new Process();
pro.StartInfo.FileName = "Explorer.exe";
pro.StartInfo.Arguments = "/select," + fileCurrentPath;
pro.Start();
随时随地看视频慕课网APP
相关课程
相关阅读