Function File.storeString

Stores the given String in the file. Text will be encoded as UTF-8.

void storeString (
  const(String) string
) nothrow @nogc;