Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileCopyOptions

Hierarchy

  • FileCopyOptions

Index

Properties

Properties

cwd?: string

The directory where the operation takes place. Applies to both source and target parameters.

default

"/inform"

replace?: boolean

If true, any existing file of the same name will be replaced. If false, the operation will not continue if the file already exists.

default

true

Generated using TypeDoc