write

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

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

Meta