write

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

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

Meta