Path.opCmp

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

  1. int opCmp(ref const Path other)
  2. int opCmp(Path other)
    struct Path
    int
    opCmp
    const
  3. int opCmp(string other)

Meta