FileAndDirFinder 获取当前目录中的文件和目录(类的封装)

时间:2016-04-08 04:56:48
【文件属性】:
文件名称:FileAndDirFinder 获取当前目录中的文件和目录(类的封装)
文件大小:2KB
文件格式:RAR
更新时间:2016-04-08 04:56:48
目录 文件 获取当前目录中的文件和目录(类的封装) 提供函数: // 查找当前目录下的所有目录(不包括当前目录) void FindAllDir(const char* pCurDir, vector& vtDirs); // 查找当前目录下的所有文件(不包括子目录),制定查找文件类型,如:*.txt,*.lua,*.* void FindAllFile(const char* pCurDir, const char* pFileType, vector& vtFiles); // 查找当前目录下的所有文件(包括子目录),制定查找文件类型,如:*.txt,*.lua,*.* void FindAllFileE(const char* pCurDir, const char* pFileType, vector& vtFiles);
【文件预览】:
FileAndDirFinder
----FileAndDirFinder.h(1KB)
----FileAndDirFinder.cpp(2KB)

网友评论