檔案獲取路徑

2021-07-02 02:58:20 字數 284 閱讀 4848

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

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

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

system.environment.currentdirectory

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

system.io.directory.getcurrentdirectory()

獲取檔案路徑

相對路徑和絕對路徑的轉換 unit xpath inte ce uses shlwapi,windows,sysutils 取絕對路徑的函式。需要引用 shlwapi.pas 參考路徑 相對路徑 s getabsolutepath c windows system32 demo.txt s 將得到 ...

c 獲取檔案路徑

一 獲取當前檔案的路徑 1.system.diagnostics.process.getcurrentprocess mainmodule.filename 獲取模組的完整路徑,包括檔名。2.system.environment.currentdirectory 獲取和設定當前目錄 該程序從中啟動的...

C 獲取檔案路徑

1.獲取檔案路徑問題 首先確認 要查詢的檔案與可執行檔案是否在同一目錄下 同一目錄下 string filename test.txt fileinfo fi new fileinfo filename string path fi.fullname 不同目錄分兩種情況 相對路徑只能相對於應用程式的...