Skip to main content
Module

x/enzastdlib/vendor/@deno-std-fs.ts>CopyOptions

enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.
Latest
interface CopyOptions
import { type CopyOptions } from "https://deno.land/x/enzastdlib@v0.0.4/vendor/@deno-std-fs.ts";

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.