1. WIN32_FIND_DATA fd;
CString szPath = szFilePath;
CString szPath = szFilePath;
HANDLE hFind=FindFirstFile(szPath,&fd);
FindClose(hFind);
2. malloc()和 free()
3.
HANDLE hFind=FindFirstFile(szPath,&fd);
FindClose(hFind);
2. malloc()和 free()
3.