string folder = HttpContext.Server.MapPath(文件名);
if (!Directory.Exists(folder))
{
Directory.CreateDirectory(folder);
}

相关文章:

  • 2021-05-26
  • 2021-11-11
  • 2021-09-25
  • 2021-12-10
  • 2022-01-06
  • 2021-06-08
  • 2021-11-29
  • 2021-06-04
猜你喜欢
  • 2022-12-23
  • 2021-12-22
  • 2021-11-20
  • 2021-12-22
  • 2021-11-04
  • 2021-12-16
相关资源
相似解决方案