string str = "";
 for (int i = 0; i < j; i++)
{
    str = str + "\\新建文件夹" ;
}
System.IO.Directory.CreateDirectory(@"F:\" + str);

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2022-01-01
  • 2021-08-09
  • 2021-11-20
  • 2022-12-23
猜你喜欢
  • 2021-04-21
  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案