Path.opOpAssign

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

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

Meta