会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
撒欢
首页
新随笔
联系
管理
2019年9月12日
access函数的使用
摘要: #include<unistd.h>int access(const char* pathname, int mode);参数介绍: pathname 是文件的路径名+文件名 mode:指定access的作用,取值如下: F_OK 值为0,判断文件是否存在 X_OK 值为1,判断对文件是可执行权限
阅读全文
posted @ 2019-09-12 09:23 撒欢
阅读(1116)
评论(0)
推荐(0)
编辑
公告