2012年8月20日

摘要: 2011-08-25 14:33(装载)C#中AppDomain.CurrentDomain.BaseDirectory与Application.StartupPath的区别// 获取程序的基目录。System.AppDomain.CurrentDomain.BaseDirectory// 获取模块的完整路径。System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName// 获取和设置当前目录(该进程从中启动的目录)的完全限定目录。System.Environment.CurrentDirectory// 获取应用程序的当 阅读全文
posted @ 2012-08-20 14:30 the Jade Emperor 阅读(168) 评论(0) 推荐(0) 编辑

导航