摘要:
VC下使用选择文件夹对话框,返回文件夹的地址: CString BrowseDirectory( LPCTSTR title ){ char dir[MAX_PATH];dir[0]='0'; BROWSEINFO bi; bi.hwndOwner=NULL; bi.pidlRoot=NULL; b 阅读全文
posted @ 2010-07-11 23:49
ericzqma
阅读(223)
评论(0)
推荐(0)
摘要:
void show(const char *folderPath){ CFileFind finder; CString path(folderPath); path += "\*.*"; BOOL bWorking = finder.FindFile(path); while (bWorking) 阅读全文
posted @ 2010-07-11 23:42
ericzqma
阅读(320)
评论(1)
推荐(0)
浙公网安备 33010602011771号