Module

std/node/fs.ts>futimes

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

Parameters

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