1
//獲取程式的基目錄。23
45//獲取模組的完整路徑。
6system.diagnostics.process.getcurrentprocess().mainmodule.filename78
9//獲取和設定當前目錄(該程序從中啟動的目錄)的完全限定目錄。
10system.environment.currentdirectory
1112
13//
獲取應用程式的當前工作目錄。
14system.io.directory.getcurrentdirectory()
1516
17//
獲取和設定包括該應用程式的目錄的名稱。
1819
2021
//獲取啟動了應用程式的可執行檔案的路徑。
2223
2425
//獲取啟動了應用程式的可執行檔案的路徑及檔名
26
c winform 獲取當前程式執行根目錄
獲取程式的基目錄。獲取模組的完整路徑。system.diagnostics.process.getcurrentprocess mainmodule.filename 獲取和設定當前目錄 該程序從中啟動的目錄 的完全限定目錄。system.environment.currentdirectory 獲...
c winform 獲取當前程式執行根目錄
獲取程式的基目錄。獲取模組的完整路徑。string path system.diagnostics.process.getcurrentprocess mainmodule.filename 獲取和設定當前目錄 該程序從中啟動的目錄 的完全限定目錄。string path system.enviro...
獲取當前程式路徑
獲取部件所在位置。如果其所在的dll在gac中,那返回的就是gac中的路徑。str this.gettype assembly.location 獲取新的process元件並將其與當前活動的程序關聯的主模組的完整路徑,包含檔名 程序名 str system.diagnostics.process.g...