CFileFind f;
CString strr[100];
int n=0;
int ok=f.FindFile(_T("F://mynotes//*.txt"));
ok=f.FindNextFileW();
while(ok)
{
strr[n]=f.GetFileName();
n++;
ok=f.FindNextFileW();
}
mfc CFILE遍历文件夹内文件
最新推荐文章于 2021-04-26 16:48:25 发布