UNIX环境高级编程——文件和目录
摘要:
一、获取文件/目录的属性信息int stat(const char *path, struct stat *buf);int fstat(int fd, struct stat *buf);int lstat(const char *path, struct stat *buf);struct s... 阅读全文
posted @ 2013-07-04 18:28 胡永光 阅读(167) 评论(0) 推荐(0) 编辑