Creates an Path with path adjoined to this.
UnixPath join(UnixPath other) => UnixPath(_posix.join(_string, other._string));