摘要: # 1 获得所有的文件名 所有的文件包括自己和LIST.TXT。 # 2 获得指定后缀名的所有文件名(*.lib) lib不区分大小写。 阅读全文
posted @ 2018-05-30 20:25 路边的十元钱硬币 阅读(165) 评论(0) 推荐(0)
摘要: #include "stdafx.h" #include #include #include void getFile(std::string path, std::vector &files ) { // 文件句柄 intptr_t hFile = 0; //long hFile = 0; // 64和32平台long的大小不... 阅读全文
posted @ 2018-05-30 16:12 路边的十元钱硬币 阅读(200) 评论(0) 推荐(0)