//路径 存放文件
                DirectoryInfo boot = new DirectoryInfo(Server.MapPath("/"));//项目根目录
                var pparentUrl = boot.Parent.Parent.FullName + "/Files/财务报价管理系统/";//爷爷目录

                var folder = pparentUrl + now.ToString("yyMMdd");//存放文件夹

 

//路径 存放文件
                DirectoryInfo boot = new DirectoryInfo(Server.MapPath("/"));//项目根目录
                var pparentUrl = boot.Parent.Parent.FullName + "/Files/财务报价管理系统/";//爷爷目录

                var folder = pparentUrl + now.ToString("yyMMdd");//存放文件夹

相关文章:

  • 2022-12-23
  • 2021-12-01
  • 2021-07-29
  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-09
  • 2022-02-04
  • 2021-11-19
  • 2021-11-29
  • 2021-11-29
  • 2022-12-23
  • 2021-08-24
相关资源
相似解决方案