File.write

Write a file, returning true on success.

  1. bool write(const(char)* name, void[] data)
  2. bool write(const(char)[] name, void[] data)
    struct File
    nothrow extern (D) static
    bool
    write
    (
    const(char)[] name
    ,
    const void[] data
    )
  3. bool write(const(char)* name, const(void)* data, size_t size)
Suggestion Box / Bug Report