linux下的一個目錄掃描程序

  程序的開始是一些必要的頭文件,接下來是一個printdir()函數,它的作用是輸出當前目錄的內容,該程序採用遞歸遍歷各級子目錄,使用depth來控制縮排。下面就是程序的代碼: #include<unistd.h> #include<stdio.h> #include<dirent.h> #include<string.h> #include<sys/stat.h> #include<stdli
相關文章
相關標籤/搜索