join method

UnixPath join(
  1. UnixPath other
)

Creates an Path with path adjoined to this.

Implementation

UnixPath join(UnixPath other) => UnixPath(_posix.join(_string, other._string));