AppCode下的cs类 取得相关路径

1.
System.IO.Path  
string   fullPath   =   Path.GetFullPath("db1.mdb");  

2.
HttpContext.Current.Server.MapPath

3.
Environment.CurrentDirectory

你可能感兴趣的:(AppCode下的cs类 取得相关路径)