fs.futimes(fd, atime, mtime, callback)


更改提供的文件描述符引用的对象的文件系统时间戳。 参见 fs.utimes()

此函数在 7.1 之前的 AIX 版本上不起作用,它将返回错误 UV_ENOSYS

Change the file system timestamps of the object referenced by the supplied file descriptor. See fs.utimes().

This function does not work on AIX versions before 7.1, it will return the error UV_ENOSYS.