if (System.IO.Directory.Exists("D:/notes")) {
                String[] year = Directory.GetDirectories("D:/notes/");
                String[] file = Directory.GetFiles("D:/notes/");}

 

相关文章:

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