特牛网址导航

Linux utimensat/futimens/utime/utimes等等 函数(修改文件时间)_utimes获取文件生成时间为0-CSDN博客

网友收藏
一、函数声明// utimensat, futimens - change file timestamps with nanosecond precision(即都支持纳秒级)#include <fcntl.h> #include <sys/stat.h>int utimensat(int dirfd, const char *pathname, const struct time_utimes获取文件生成时间为0