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.
Parameters
Section titled “Parameters”unknown
PathLike
number | Date
number | Date
Callback = nop
Returns
Section titled “Returns”void