获得当前应用程序路径C#03
摘要:在web中是 Server.MapPath(".") Response.Write (Server.MapPath(".")); 如果是app中则是 Application.ExecutablePath; 或Application.StartupPath 也可以用环境 System.Environment.CurrentDirectory 当然了,使用的前提是你要 using S...
阅读全文
posted @ 2008-07-05 18:21
浙公网安备 33010602011771号