C 獲取程式中相關路徑

2021-08-14 23:15:41 字數 431 閱讀 1310



12621

// 獲取程式的基目錄。

// 獲取模組的完整路徑,包含檔名

system.diagnostics.process.getcurrentprocess().mainmodule.filename

// 獲取和設定當前目錄(該程序從中啟動的目錄)的完全限定目錄。

system.environment.currentdirectory

// 獲取應用程式的當前工作目錄,注意工作目錄是可以改變的,而不限定在程式所在目錄。

system.io.directory.getcurrentdirectory()

// 獲取和設定包括該應用程式的目錄的名稱。

// 獲取啟動了應用程式的可執行檔案的路徑。

// 獲取啟動了應用程式的可執行檔案的路徑及檔名

qt 獲取程式相關路徑

可使用一下兩個函式 1.qstringlist qstandardpaths standardlocations qstandardpaths standardlocation type 2.qstring qstandardpaths writablelocation qstandardpaths...

C 獲取程式路徑

1.system.reflection.assembly.getexecutingassembly location 獲取當前工程,比如dll或者應用程式的目錄。因為程式呼叫的dll,有可能在任意乙個資料夾,這方法能獲取當前呼叫的dll對應的路徑。都是獲取程式啟動路徑,區別是基類system.win...

c 獲取程式路徑

string str system.diagnostics.process.getcurrentprocess mainmodule.filename 獲取模組的完整路徑。string str2 environment.currentdirectory 獲取和設定當前目錄 string str3 d...