Change the file system timestamps of the object referenced by the supplied file descriptor. See utimes.
v0.4.2
Asynchronously change file timestamps of the file referenced by the supplied file descriptor.
A file descriptor.
The last access time. If a string is provided, it will be coerced to number.
The last modified time. If a string is provided, it will be coerced to number.
Generated using TypeDoc
Change the file system timestamps of the object referenced by the supplied file descriptor. See utimes.