Path.opBinary

Appends an extension to a path. Naturally, a directory separator is NOT inserted in between.

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

Meta