wwFileStream::WriteLine
Like the Write() method but appends a CRLF
to the end of the line.
o.WriteLine(lcContent)
nothing
Parameters
lcContent
Content to write to the file with a CRLF
at the end of the content added.