syncWrite

Write data to a file, and ensure it gets written to disk before this function returns. Consider using as atomic!syncWrite. See also: syncUpdate

void
syncWrite
()
(
string target
,
const(void)[] data
)

Meta