摘要:
一.获取文件的属性:stat、fstat 和lstat 函数#include #include int stat (const char * pathname ,struct stat * buf ) ;int fstat (int filedes ,struct stat *buf );int l... 阅读全文
posted @ 2015-07-22 21:17
kaylee
阅读(205)
评论(0)
推荐(0)