主要用到的函数/function.
These should get you started:
opendir()
readdir()
closedir()
fopen()
fread()
fwrite()
fclose()
See other C IO functions.
参考:
How to read all files in a folder using C
主要用到的函数/function.
These should get you started:
opendir()
readdir()
closedir()
fopen()
fread()
fwrite()
fclose()
See other C IO functions.
参考:
How to read all files in a folder using C
相关文章: