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)
  3. bool write(const(char)* name, const(void)* data, size_t size)
    struct File
    nothrow extern (C++) static
    bool
    write
    (
    const(char)* name
    ,
    const(void)* data
    ,
    size_t size
    )
Suggestion Box / Bug Report