Module

x/fresh/tests/deps.ts>fs.CopyOptions

The next-gen web framework.
Extremely Popular
Go to Latest
interface fs.CopyOptions
import { type fs } from "https://dotland.deno.dev/x/fresh@1.5.2/tests/deps.ts";
const { CopyOptions } = fs;

Properties

optional
overwrite: boolean = false

overwrite existing file or directory.

optional
preserveTimestamps: boolean = false

When true, will set last modification and access times to the ones of the original source files. When false, timestamp behavior is OS-dependent.