write

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

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

Meta