Skip to main content
Module

x/frugal/dep/std/fs.ts>CopyOptions

A frugal web framework
Latest
interface CopyOptions
import { type CopyOptions } from "https://deno.land/x/frugal@0.9.6/dep/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.