append

Just like std.file.append, but optionally takes a Path, and obeys scriptlikeEcho and scriptlikeDryRun.

  1. void append(Path name, void[] buffer)
  2. void append(string name, void[] buffer)
    void
    append
    (
    in string name
    ,
    in void[] buffer
    )

Meta