Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hex/src/fw/web/deps.ts>fs.CopyOptions

An ecosystem delivering practices, philosophy and portability. Powered By Deno and JavaScript.
Go to Latest
interface fs.CopyOptions
import { type fs } from "https://deno.land/x/hex@0.6.3/src/fw/web/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.