Linux下C編程對目錄的增刪改查操做

目錄操做:node 頭文件:socket #include <sys/types.h>   函數 #include <dirent.h> this 1.建立目錄spa int mkdir(const char *path, mode_t mode);指針 功能:根據路徑建立目錄code 參數:path 目錄路徑,mode文件夾權限索引 返回:返回0 表示成功, 返回 -1表示錯誤,而且會設置err
相關文章
相關標籤/搜索