Path.opCmp

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

  1. int opCmp(Path!C other)
    struct Path(C = char)
    const
    int
    opCmp
    (
    ref const Path!C other
    )
    if (
    is(C == char)
    )
  2. int opCmp(Path!C other)
  3. int opCmp(string other)

Meta