Interface MoveOptions

Options controlling the behavior of methods involving the moving of filepaths

Hierarchy

Properties

interpRelativeSource?: "cwd" | "path"

How to interpret the target/destination of the filepath operation when it is provided as a relative filepath.

  • cwd -- The target is resolved relative to the current working directory.
  • path -- The target is resolved relative to the Path instance which calls the method involving this option.
overwrite?: boolean

Whether to overwrite any existing filepath during the move operation.

Generated using TypeDoc