如何得到當然程式所在的資料夾

2021-04-13 08:15:58 字數 616 閱讀 1175

cstring   strpath;  

cstring   oldpath;  

::getmodulefilename(null,strpath.getbuffersetlength(max_path+1),  

max_path);  

strpath.releasebuffer();  

oldpath=strpath;  

int   npos=strpath.reversefind('//');  

strpath=strpath.left(npos);  

cstring   strfilename;//.format("%s",strpath);  

strfilename.format("%s",oldpath);  

strfilename   =   strfilename.right(strfilename.getlength()   -   npos   -1);  

afxgetmainwnd()->setdlgitemtext(idc_edit3,strpath);  

afxgetmainwnd()->setdlgitemtext(idc_edit4,strfilename); 

Python 遍歷資料夾,得到所有檔案

問題描述 給定乙個路徑,該路徑下僅有一層資料夾,遍歷得到該路徑下的所有檔案 coding utf 8 import os path g bigknowledge files os.listdir path s forfile infiles 遍歷第一層path if os.path.isdir pa...

eclipse開啟當前檔案所在資料夾

myeclipse裡面就帶了類似的乙個外掛程式,點一下就可以開啟當前編輯檔案所在的資料夾。myeclipse 裡面的外掛程式名叫 desktop 操作如下 run external tools open external tools dialog.new 乙個 program location 裡面...

Eclipse中,開啟檔案所在資料夾的外掛程式,及設定

轉 方法一 run external tools open external tools dialog.new 乙個 program location 裡面填 c windows explorer.exe arguments 裡面填 方法二 如果你經常需要在eclipse裡開啟相關資源檔案所在的資料...