c winform 獲取當前程式執行根目錄

2021-07-03 04:18:30 字數 420 閱讀 5238

// 獲取程式的基目錄。

// 獲取模組的完整路徑。

string path = system.diagnostics.process.getcurrentprocess().mainmodule.filename;

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

string path = system.environment.currentdirectory;

// 獲取應用程式的當前工作目錄。

string path = system.io.directory.getcurrentdirectory();

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

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

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

c winform 獲取當前程式執行根目錄

獲取程式的基目錄。獲取模組的完整路徑。system.diagnostics.process.getcurrentprocess mainmodule.filename 獲取和設定當前目錄 該程序從中啟動的目錄 的完全限定目錄。system.environment.currentdirectory 獲...

c winform 獲取當前程式執行根目錄

1 獲取程式的基目錄。23 45 獲取模組的完整路徑。6system.diagnostics.process.getcurrentprocess mainmodule.filename78 9 獲取和設定當前目錄 該程序從中啟動的目錄 的完全限定目錄。10system.environment.cur...

獲取當前程式路徑

獲取部件所在位置。如果其所在的dll在gac中,那返回的就是gac中的路徑。str this.gettype assembly.location 獲取新的process元件並將其與當前活動的程序關聯的主模組的完整路徑,包含檔名 程序名 str system.diagnostics.process.g...