Path.opCmp

int opCmp(const Path rhs) const @safe

Compares this Path to another using normalized, platform-aware rules.

Returns

Negative if this < rhs, zero if equal, positive if this > rhs.