Function File.storePascalString

Stores the given String as a line in the file in Pascal format (i.e. also store the length of the string). Text will be encoded as UTF-8.

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