how to get full path of D://folder name?
请帮助从D驱动器获取文件路径。如何获取路径"d:folder
eportsdaily reportew.docx"。有人帮我吗?
您的问题不完整,但如果您想解决虚拟路径和物理路径,可以使用
例如:
1 | HttpContext.Current.Server.MapPath("~/Reports/DAILY REPORT/new.docx"); |
但我不知道你到底想要什么。
请帮助从D驱动器获取文件路径。如何获取路径"d:folder
eportsdaily reportew.docx"。有人帮我吗?
您的问题不完整,但如果您想解决虚拟路径和物理路径,可以使用
例如:
1 | HttpContext.Current.Server.MapPath("~/Reports/DAILY REPORT/new.docx"); |
但我不知道你到底想要什么。