cstring spath;
getmodulefilename(null,spath.getbuffersetlength(max_path+1),max_path);
spath.releasebuffer ();
int npos;
npos=spath.reversefind ('\\');
spath=spath.left (npos);
//cstring lpszfile = spath + "\\1.txt";
//方法二 (這種方法在開啟檔案時無效,會定位到開啟檔案所在目錄)
char szdir[100];
getcurrentdirectory(100,(lptstr) szdir);
獲取本執行程式所在的當前路徑
1.獲取和設定當前目錄的完全限定路徑。string str system.environment.currentdirectory result c 3.獲取新的 process 元件並將其與當前活動的程序關聯的主模組的完整路徑,包含檔名。string str system.diagnostics....
獲取本執行程式所在的當前路徑
1.獲取和設定當前目錄的完全限定路徑。string str system.environment.currentdirectory result c 3.獲取新的 process 元件並將其與當前活動的程序關聯的主模組的完整路徑,包含檔名。string str system.diagnostics....
C 獲取本執行程式所在的當前路徑
1.獲取和設定當前目錄的完全限定路徑。string str system.environment.currentdirectory result c 2.獲取啟動了應用程式的可執行檔案的路徑,不包括可執行檔案的名稱。result c 3.獲取新的 process 元件並將其與當前活動的程序關聯的主模...