Path.opBinary

Concatenates two paths, with a directory separator in between.

  1. Path opBinary(Path rhs)
  2. Path opBinary(string rhs)
    struct Path
    opBinary
    (
    string op
    )
    (
    string rhs
    )
    if (
    op == "~"
    )
  3. Path opBinary(Ext rhs)
  4. Path opBinaryRight(string lhs)

Meta