摘要: 在Linux中,可以利用stat()函数来获取一个文件的状态#include #include int stat(const char *file_name, struct stat *buf);这个函数执行成功... 阅读全文
posted @ 2012-12-11 12:42 simmerlee 阅读(168) 评论(0) 推荐(0)