摘要:
//add by zhuxy 递归删除文件夹 BOOL myDeleteDirectory(CString directory_path) //删除一个文件夹下的所有内容 { BOOL ret=TRUE; CFileFind finder; CString path; path.Format(_T("%s/*.*"),directory_path); BOOL bWorki... 阅读全文
posted @ 2019-03-20 15:19
朱小勇
阅读(3675)
评论(0)
推荐(0)