Path.writeBytes
void writeBytes(const(ubyte)[] content, bool atomic = false) constWrites bytes to the file (overwrites). Supports optional atomic replacement.
Parameters
content | The byte array to write. |
atomic | If true, write atomically using a temporary file and rename. |