Skip to main content
Module

x/gustwind/server-deps.ts>fs.CopyOptions

🐳💨 – Deno powered JSON oriented site generator
Go to Latest
interface fs.CopyOptions
import { type fs } from "https://deno.land/x/gustwind@v0.34.4/server-deps.ts";
const { CopyOptions } = fs;

Properties

optional
overwrite: boolean

overwrite existing file or directory. Default is false

optional
preserveTimestamps: boolean

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