join method
Creates an Path with path adjoined to this.
Implementation
WindowsPath join(WindowsPath other) => WindowsPath(_windows.join(_string, other._string));
Creates an Path with path adjoined to this.
WindowsPath join(WindowsPath other) => WindowsPath(_windows.join(_string, other._string));