[总结]取得Web程序和非Web程序的根目录的N种取法(C#)


非Web程序

1.AppDomain.CurrentDomain.BaseDirectory

2.Environment.CurrentDirectory

3.HttpRuntime.BinDirectory

The path to the current application's/bin directory.


Web程序

HttpCurrent.Context.Server.Mappath();


知道的请补充!
posted @ 2006-10-20 16:15  PointNet  阅读(734)  评论(1编辑  收藏  举报