writeFile

Write a file, returning true on success.

extern (D) nothrow static nothrow
bool
writeFile
(
const(char)* name
,
const void[] data
)

Meta