甜美煎蛋

文章
4
资源
0
加入时间
2年10月21天

第三章_文件和目录 : 函数futimens,utimensat,utimes

函数futimens,utimensat,utimes一个文件的访问和修改时间可以用以下几个函数修改。 #include<sys/stat.h>int futimens(int fd, const struct timespec times[2]);int utimensat(int fd, const char* path, const struct time spec times[2], int flag);成功返回0,失败返回-1. 结构体timespecstr