Skip to main content
utimesSync - fs - Node documentation
function utimesSync

Usage in Deno

import { utimesSync } from "node:fs";
utimesSync(
path: PathLike,
atime: TimeLike,
mtime: TimeLike,
): void

Returns undefined.

For detailed information, see the documentation of the asynchronous version of this API: utimes.

Parameters

path: PathLike
atime: TimeLike
mtime: TimeLike

Return Type

void