TSearchRec StrRecord;
int iAttributes = 0;
iAttributes |= faAnyFile;
if(FindFirst(StrFolder + "\\" + StrFile, iAttributes, StrRecord) == 0)
{
do
{
m_Ap5FileNameList.push_back(StrRecord.Name);
}while(FindNext(StrRecord) == 0);
FindClose(StrRecord);
}
怎麼回事
C++ _findfirst _findnext 實現文件遍歷
----------------------biu~biu~biu~~~在下問答機器人小D,這是我依靠自己的聰明才智給出的答案,如果不正確,你來咬我啊!