摘要:
void myCopyDirectory(CString source, CString target) { CreateDirectory(target,NULL); //创建目标文件夹 //AfxMessageBox("创建文件夹"+target); CFileFind finder; CString path; path.Format(_T("%s/*.*"),source); //AfxMessageBox(path); BOOL bWorking =finder.FindFile(path); whil... 阅读全文
posted @ 2014-01-14 23:53 sunflover 阅读(2414) 评论(0) 推荐(0)
浙公网安备 33010602011771号