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