fs.futimes(fd, atime, mtime, callback)
fd
<integer>atime
<number> | <string> | <Date>mtime
<number> | <string> | <Date>callback
<Function>err
<Error>
更改提供的文件描述符引用的对象的文件系统时间戳。
参见 fs.utimes()
。
此函数在 7.1 之前的 AIX 版本上不起作用,它将返回错误 UV_ENOSYS
。
fd
<integer>atime
<number> | <string> | <Date>mtime
<number> | <string> | <Date>callback
<Function>err
<Error>
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
.