码迷,mamicode.com
首页 > 系统相关 > 详细

linux 文件编程

时间:2016-05-28 14:10:12      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:

int creat(const char *pathname, mode_t mode);
包含路径 创建模式

int open(const char *pathname, int flags);
int open(const char *pathname, int flags, mode_t mode);
                 打开属性

linux 文件编程

标签:

原文地址:http://www.cnblogs.com/yixin-shenda/p/5537242.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!