Interface InterpRelativeOptions

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.

Generated using TypeDoc