C 遍历目录:修订历史

跳到导航 跳到搜索

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2024年9月30日 (星期一)

  • 当前之前 19:062024年9月30日 (一) 19:06BrainBs 讨论 贡献 231字节 +231 创建页面,内容为“<pre> #inlcude<io.h> struct _finddata_t FileList; long hFile=0; hFile = _findfirst(path, &FileList); if(-1 == hFile) { return ; } do { //FileList.name } while(0 == _findnext(hFile, &FileList)); _findclose(hFile); </pre>”