File.write

Write a file, returning true on success.

  1. bool write(const(char)* name, void[] data)
    struct File
    nothrow static
    bool
    write
    (
    const(char)* name
    ,
    const void[] data
    )
  2. bool write(const(char)[] name, void[] data)

Meta