futimes

external fun futimes(fd: Number, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback)(source)

Change the file system timestamps of the object referenced by the supplied file descriptor. See {@link utimes}.

Since

v0.4.2