join method

WindowsPath join(
  1. WindowsPath other
)

Creates an Path with path adjoined to this.

Implementation

WindowsPath join(WindowsPath other) => WindowsPath(_windows.join(_string, other._string));