摘要: /* 文件名:searchAllFile.cpp * int searchAllFile(string filePath, //要搜索的文件路径 * int layer //layer==0 //搜索的层次,输入路径的层次应该为0 * string fileNameToSave); //存储文件信息的文件名,包括路径 * * * * * * * 中定义了结构体 struct _finddata64i32_t (C风格),用来存储文件的各种信息 *详细如下: *struct _finddata64i32_t * { * unsigned attrib; * __time64_t time_cr. 阅读全文
posted @ 2013-09-27 16:31 zxwAAA 阅读(564) 评论(0) 推荐(0) 编辑