Skip to content

utimes

utimes(this, path, atime, mtime, cb?): void

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

Change file timestamps of the file referenced by the supplied path.

unknown

PathLike

number | Date

number | Date

Callback = nop

void