append

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

  1. void append(PathT!C name, void[] buffer)
  2. void append(char[] name, void[] buffer)
    void
    append
    (
    in char[] name
    ,
    in void[] buffer
    )

Meta