function futimes
Usage in Deno
import { futimes } from "node:fs";
futimes(): void
Change the file system timestamps of the object referenced by the supplied file descriptor. See utimes.
void
import { futimes } from "node:fs";
futimes(): void
Change the file system timestamps of the object referenced by the supplied file descriptor. See utimes.
void