摘要: // An highlighted block WIN32_FIND_DATAA data; std::string tmpStr = "d:/root/*.png" //路径+匹配文件名的正则 HANDLE hContent = FindFirstFileA(tmpStr.c_str(),&dat 阅读全文
posted @ 2022-03-21 17:17 趁着月光 阅读(20) 评论(0) 推荐(0)