Path.join

Path join(string other) const @safe

Joins this path with another path or segment.

Parameters

otherThe path segment to join.

Returns

A new Path representing the joined path.