plus

operator fun plus(fragment: PathFragment): Path(source)

Returns the path resulting from appending fragment to this path. Equivalent to append(fragment).


open operator fun plus(path: PathOrString): Path(source)

Returns the path resulting from joining path together with this path. Equivalent to join(path).