标签:
struct _finddata64i32_t fileinfo; long re= _findfirst64i32(serch_path.GetLocaleText(),&fileinfo); if(-1==re) { return; } while(!_findnext(re,&fileinfo)) { }
遍历文件夹
原文地址:http://www.cnblogs.com/whiteIcrow/p/4647807.html