摘要: #include <io.h> using namespace std; void getDirFiles(string dir, vector<string>& files) { //文件句柄 long hFile = 0; //文件信息 struct _finddata_t fileinfo; 阅读全文
posted @ 2022-05-20 16:53 cnchengv 阅读(26) 评论(0) 推荐(0) 编辑