#include <io.h>
#include <iostream>
#include <cstring>
#include <string>
using namespace std;
//读取文件夹设定
const string path = "D:\\pp\\";
int main(){
_finddata_t file;
long lf;
if((lf = _findfirst((path + "*.*").c_str(), &file))==-1)
cout<<"Not
c++修改指定文件夹下所有文件扩展名
最新推荐文章于 2025-10-31 00:15:00 发布

最低0.47元/天 解锁文章
9175

被折叠的 条评论
为什么被折叠?



