Path.join
Path join(string other) const @safeJoins this path with another path or segment.
Parameters
other | The path segment to join. |
Returns
A new Path representing the joined path.
Path join(string other) const @safeJoins this path with another path or segment.
other | The path segment to join. |