Skip to main content
function futimesSync
futimesSync(
fd: number,
atime: TimeLike,
mtime: TimeLike,
): void
Deprecated

Synchronous version of futimes. Returns undefined.

Parameters

fd: number
atime: TimeLike
mtime: TimeLike

Return Type

void
Back to top