摘要: BOOL myDeleteDirectory(CString directory_path) //删除一个文件夹下的所有内容 { BOOL ret=TRUE; CFileFind finder; CString path; path.Format(_T("%s/*.*"),directory_path); BOOL bWorking = find... 阅读全文
posted @ 2019-05-08 17:21 朱小勇 阅读(350) 评论(0) 推荐(0) 编辑