Asynchronously change file timestamps of the file referenced by the supplied path.
If path refers to a symbolic link, then the link is not dereferenced: instead, the timestamps
of the symbolic link are changed.
param
A path to a file. If a URL is provided, it must use the file: protocol.
param
The last access time. If a string is provided, it will be coerced to number.
param
The last modified time. If a string is provided, it will be coerced to number.
Synchronously change file timestamps of the file referenced by the supplied path.
If path refers to a symbolic link, then the link is not dereferenced: instead, the timestamps
of the symbolic link are changed.
param
A path to a file. If a URL is provided, it must use the file: protocol.
param
The last access time. If a string is provided, it will be coerced to number.
param
The last modified time. If a string is provided, it will be coerced to number.
Asynchronously change file timestamps of the file referenced by the supplied path. If path refers to a symbolic link, then the link is not dereferenced: instead, the timestamps of the symbolic link are changed.
A path to a file. If a URL is provided, it must use the
file:
protocol.The last access time. If a string is provided, it will be coerced to number.
The last modified time. If a string is provided, it will be coerced to number.