filehandle.utimes(atime, mtime)
更改 <FileHandle> 引用的对象的文件系统时间戳,然后在成功时不带参数解决 promise 。
此函数在 7.1 之前的 AIX 版本上不起作用,它将使用具有 UV_ENOSYS
代码的错误来拒绝。
Change the file system timestamps of the object referenced by the <FileHandle> then resolves the promise with no arguments upon success.
This function does not work on AIX versions before 7.1, it will reject the
promise with an error using code UV_ENOSYS
.