File.storeString

Appends string to the file without a line return, encoding the text as UTF-8.

struct File
@nogc nothrow
void
storeString
(
in String string
)

Meta