LcVong
 string listpath = "D:\\Testdata\\";

            if (Directory.Exists(listpath))//如果不存在就创建file文件夹
{
                Directory.CreateDirectory(listpath);
            }

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2021-08-09
  • 2021-08-09
猜你喜欢
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2021-08-09
相关资源
相似解决方案