打开文件夹:System.Diagnostics.Process.Start(FilePath);

打开文件夹中某个文件:System.Diagnostics.Process.Start(FilePath+"/"+FileName);

打开文件夹并选中单个文件:System.Diagnostics.Process.Start("Explorer", "/select,"+ FilePath+"\\"+FileName);

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
  • 2021-11-14
猜你喜欢
  • 2021-10-16
  • 2021-05-24
  • 2021-11-04
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2021-11-19
相关资源
相似解决方案