string path1 = @"d:\log.txt";  //打开D盘下的log.txt文件

System.Diagnostics.Process.Start(path1);
string path2 = @"d:\test";  //调用资源管理器,打开D盘下的test文件夹
System.Diagnostics.Process.Start("explorer",path2);

相关文章:

  • 2021-05-07
  • 2021-08-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2021-12-17
  • 2022-12-23
相关资源
相似解决方案