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

Usage in Deno

```typescript import { utimesSync } from "node:node__fs.d.ts"; ```
utimesSync(
path: PathLike,
atime: TimeLike,
mtime: TimeLike,
): void
Returns `undefined`. For detailed information, see the documentation of the asynchronous version of this API: [utimes](../.././node__fs.d.ts/~/utimes).

Parameters

path: PathLike
atime: TimeLike
mtime: TimeLike

Return Type

void