c语言批量修改文件名 #include<stdio.h>#include<io.h>#include<string.h>intscandir(void){charpath[200]="D:\\test";charpathcpy[100];charsubstr[100]="第";//该字符串前的文字都去掉char*new_filename;charnew_filepath[100];intres;// puts("请输入要查询的路径(不超过200字符)");// scanf("...