write

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

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

Meta