Module

std/node/fs.ts>utimes

Deno standard library
Go to Latest
function utimes
import { utimes } from "https://dotland.deno.dev/std@0.145.0/node/fs.ts";

Parameters

path: string | URL
atime: number | string | Date
mtime: number | string | Date
callback: CallbackWithError
import utimes
import { utimes } from "https://dotland.deno.dev/std@0.145.0/node/fs.ts";