Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Using TFileText


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()