c# winform 獲取當前程序運行根目錄

發布時間:2011年06月02日      浏覽次數:1248 次
// 獲取程序的基目錄。
System.AppDomain.CurrentDomain.BaseDirectory

// 獲取模塊的完整路徑。
System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName

// 獲取和設置當前目錄(該進程從中(zhōng)啓動的目錄)的完全限定目錄。
System.Environment.CurrentDirectory

// 獲取應用程序的當前工(gōng)作目錄。
System.IO.Directory.GetCurrentDirectory()

// 獲取和設置包括該應用程序的目錄的名稱。
System.AppDomain.CurrentDomain.SetupInformation.ApplicationBase

// 獲取啓動了應用程序的可執行文件的路徑。
System.Windows.Forms.Application.StartupPath

// 獲取啓動了應用程序的可執行文件的路徑及文件名
System.Windows.Forms.Application.ExecutablePath
免責聲明:本站相關技術文章信息部分(fēn)來自網絡,目的主要是傳播更多信息,如果您認爲本站的某些信息侵犯了您的版權,請與我(wǒ)(wǒ)們聯系,我(wǒ)(wǒ)們會即時妥善的處理,謝謝合作!