Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MoveFileOptions

Hierarchy

  • MoveFileOptions

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. This option is ignored if the source is a directory (a directory will never overwrite a file.)

default

true

Generated using TypeDoc