Using
TFileText
This topic describes how to read the data.
Using Write()
The
code fragment below causes three records to be written. This means that three
calls to Read() are needed to read the data.
_LIT8(KData,"Record1\nRecord2\nRecord3");
...
TInt err=fileText.Write(KData);
...
See
also
TFileText::Read()
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.