writeFileUTF8

Write a string into a UTF-8 encoded file.

The file will have a byte order mark (BOM) prepended.

@safe
void
writeFileUTF8
(
Path path
,
string contents
)

Meta