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

posted @ 2016-10-28 18:07  xiulug  阅读(1961)  评论(0编辑  收藏  举报