Skip to main content
Module

std/node/fs.ts>utimesSync

Deno standard library
Go to Latest
function utimesSync
Re-export
import { utimesSync } from "https://deno.land/std@0.145.0/node/fs.ts";

Parameters

path: string | URL
atime: number | string | Date
mtime: number | string | Date