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

 

 

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

 

 

相关文章:

  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2021-05-18
  • 2021-10-30
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-04
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
相关资源
相似解决方案