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