Skip to main content
lutimesSync - node__fs.d.ts - Node documentation
function lutimesSync

Usage in Deno

```typescript import { lutimesSync } from "node:node__fs.d.ts"; ```
lutimesSync(
path: PathLike,
atime: TimeLike,
mtime: TimeLike,
): void
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 [lutimes](../.././node__fs.d.ts/~/lutimes).

Parameters

path: PathLike
atime: TimeLike
mtime: TimeLike

Return Type

void