fs.lutimesSync(path, atime, mtime)


更改 path 引用的符号链接的文件系统时间戳。 返回 undefined,或在参数不正确或操作失败时抛出异常。 这是 fs.lutimes() 的同步版本。

Change the file system timestamps of the symbolic link referenced by path. Returns undefined, or throws an exception when parameters are incorrect or the operation fails. This is the synchronous version of fs.lutimes().