join method

Path join(
  1. Path other
)

Creates an Path with path adjoined to this.

Implementation

Path join(Path other) => Path(_posix.join(path, other.path));