writeFile

Write a whole file at once.

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

Meta