opendir 、readdir 小結

1. opendir() 頭文件   #include<sys/types.h> node   #include<dirent.h> linux 函數原型   DIR* opendir (const char * path ); (獲取path子目錄下的所由文件和目錄的列表,若是path是個文件則返回值爲NULL)ide 功能   打開一個目錄,在失敗的時候返回一個空的指針。函數 返回值(DIR)
相關文章
相關標籤/搜索