opendir

目录操作函数(mkdir rmdir rename chdir getcwd opendir closedir readdir dup dup2)

/* 创建文件 #include <sys/stat.h> #include <sys/types.h> int mkdir(const char *pathname, mode_t mode); 参数: mode:权限 移除文件 #include <unistd.h> int rmdir(cons ......
函数 dup closedir opendir readdir
共1篇  :1/1页 首页上一页1下一页尾页