C语言遍历一个文件夹下面的所有文件
主要用到的函数/function
.
These should get you started:
opendir()
readdir()
closedir()
fopen()
fread()
fwrite()
fclose()
See other C IO functions.
主要用到的函数/function
.
These should get you started:
opendir()
readdir()
closedir()
fopen()
fread()
fwrite()
fclose()
See other C IO functions.