function lutimes
Jump to headinglutimes(): void
Changes the access and modification times of a file in the same way as utimes, with the difference that if the path refers to a symbolic link, then the link is not dereferenced: instead, the timestamps of the symbolic link itself are changed.
No arguments other than a possible exception are given to the completion callback.
Parameters Jump to heading
Jump to headingpath: PathLike
Jump to headingatime: TimeLike
Jump to headingmtime: TimeLike
Jump to headingcallback: NoParamCallback
Return Type Jump to heading
void