C#中怎么獲取相對(duì)路徑,針對(duì)這個(gè)問題,這篇文章詳細(xì)介紹了相對(duì)應(yīng)的分析和解答,希望可以幫助更多想解決這個(gè)問題的小伙伴找到更簡(jiǎn)單易行的方法。
創(chuàng)新互聯(lián)是專業(yè)的井岡山網(wǎng)站建設(shè)公司,井岡山接單;提供成都網(wǎng)站建設(shè)、網(wǎng)站建設(shè),網(wǎng)頁(yè)設(shè)計(jì),網(wǎng)站設(shè)計(jì),建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進(jìn)行井岡山網(wǎng)站開發(fā)網(wǎng)頁(yè)制作和功能擴(kuò)展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團(tuán)隊(duì),希望更多企業(yè)前來合作!
C#獲取相對(duì)路徑1.
獲取和設(shè)置當(dāng)前目錄的完全限定路徑。
string str = System.Environment.CurrentDirectory; Result: C:\xxx\xxx
C#獲取相對(duì)路徑2.
獲取啟動(dòng)了應(yīng)用程序的可執(zhí)行文件的路徑,不包括可執(zhí)行文件的名稱。
string str = System. Windows .Forms.Application.StartupPath; Result: C:\xxx\xxx
C#獲取相對(duì)路徑3.
獲取新的 Process 組件并將其與當(dāng)前活動(dòng)的進(jìn)程關(guān)聯(lián)的主模塊的完整路徑,包含文件名。
string str = System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName; Result: C:\xxx\xxx\xxx.exe
C#獲取相對(duì)路徑4.
獲取當(dāng)前 Thread 的當(dāng)前應(yīng)用程序域的基目錄,它由程序集沖突解決程序用來探測(cè)程序集。
string str = System.AppDomain.CurrentDomain.BaseDirectory; Result: C:\xxx\xxx\
C#獲取相對(duì)路徑5.
獲取應(yīng)用程序的當(dāng)前工作目錄。
string str = System.IO.Directory.GetCurrentDirectory(); Result: C:\xxx\xxx
C#獲取相對(duì)路徑6.
獲取和設(shè)置包含該應(yīng)用程序的目錄的名稱。
string str = System.AppDomain.CurrentDomain.SetupInformation.ApplicationBase; Result: C:\xxx\xxx\
C#獲取相對(duì)路徑7.
獲取當(dāng)前進(jìn)程的完整路徑,包含文件名。
string str = this.GetType().Assembly.Location; Result: C:\xxx\xxx\xxx.exe
C#獲取相對(duì)路徑8.
獲取啟動(dòng)了應(yīng)用程序的可執(zhí)行文件的路徑,包括可執(zhí)行文件的名稱。
string str = System. Windows .Forms.Application.ExecutablePath; Result: C:\xxx\xxx\xxx.exe
此外,更多見的通過XML文件配置具體的路徑來達(dá)到合理的規(guī)劃配置文件的具體存放位置,如WEB中的配置文件中的路徑。
關(guān)于C#中怎么獲取相對(duì)路徑問題的解答就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道了解更多相關(guān)知識(shí)。
當(dāng)前文章:C#中怎么獲取相對(duì)路徑
文章轉(zhuǎn)載:http://aaarwkj.com/article46/goopeg.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供云服務(wù)器、品牌網(wǎng)站設(shè)計(jì)、標(biāo)簽優(yōu)化、網(wǎng)站策劃、定制開發(fā)、Google
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)