Change the file system timestamps of the object referenced by path.
path
The atime and mtime arguments follow these rules:
atime
mtime
Date
'123456789.0'
NaN
Infinity
-Infinity
Error
v10.0.0
Fulfills with undefined upon success.
undefined
Change the file system timestamps of the object referenced by
path
.The
atime
andmtime
arguments follow these rules:Date
s, or a numeric string like'123456789.0'
.NaN
,Infinity
or-Infinity
, anError
will be thrown.Since
v10.0.0
Returns
Fulfills with
undefined
upon success.