Skip to content

futimes

futimes(this, fd, atime, mtime, cb?): void

Defined in: src/node/async.ts:414

Change the file timestamps of a file referenced by the supplied file descriptor.

unknown

number

number | Date

number | Date

Callback = nop

void