📜  将相对路径转换为物理路径c#代码示例

📅  最后修改于: 2022-03-11 14:49:03.139000             🧑  作者: Mango

代码示例1
String RelativePath = AbsolutePath.Replace(Request.ServerVariables["APPL_PHYSICAL_PATH"], String.Empty);