Function Path.opCmp

Compare using OS-specific case-sensitivity rules. If you want to force case-sensitive or case-insensitive, then call filenameCmp instead.

int opCmp (
  ref const(Path) other
) const;

int opCmp (
  Path other
) const;

int opCmp (
  string other
) const;