Function writeFile
Write a whole file at once.
void writeFile
(
GenericPath!(vibe.core.path.PosixPathFormat) path,
in const(ubyte[]) contents
) @safe;
void writeFile
(
string path,
in const(ubyte[]) contents
) @safe;