Path.opBinaryRight

Concatenates two paths, with a directory separator in between.

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

Meta