2009年4月13日

摘要: void find(char * lpPath) { char szFind[200],szFile[200]; WIN32_FIND_DATA FindFileData; strcpy(szFind,lpPath); strcat(szFind,"""*.*"); HANDLE hFind=::FindFirstFile(szFind,&Fin... 阅读全文
posted @ 2009-04-13 14:42 冯磊 阅读(220) 评论(0) 推荐(0)

导航