plus
Returns the path resulting from appending fragment to this path. Equivalent to append(fragment).
Returns the path resulting from joining path together with this path. Equivalent to join(path).
Returns the path resulting from joining the path in string notation stringPath together with this path. Equivalent to join(stringPath).