writeFile

Write a whole file at once.

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

Meta