writeFile

Write a whole file at once.

  1. void writeFile(Path path, ubyte[] contents)
    @safe
    void
    writeFile
    (
    Path path
    ,
    in ubyte[] contents
    )
  2. void writeFile(string path, ubyte[] contents)

Meta