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