Skip to main content
Module

std/node/fs.ts>utimes

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

Parameters

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