Function File.storeLine

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

void storeLine (
  const(String) line
) nothrow @nogc;