摘要:
// 删除文件夹下的所有文件 VC6.0下测试通过BOOL DelDirFiles(CString strPath) { WIN32_FIND_DATA wfd; HANDLE hFind; CString strFullPath; CString strFindFilter; DWORD dwAttributes = 0; strFindFilter = strPath + _T("\\*.*"); hFind = FindFirstFile(strFindFilter, &wfd); if (INVALID_HANDL... 阅读全文
posted @ 2013-12-21 18:36
和心
阅读(650)
评论(0)
推荐(0)
浙公网安备 33010602011771号