SYMBIAN OS V6.1 EDITION FOR C++
» Symbian OS v6.1 Edition for C++ » API Reference » File Server Client Side » Using TFileText
TFileText
Write()
The code fragment below causes three records to be written. This means that three calls to Read() are needed to read the data.
Read()
_LIT8(KData,"Record1\nRecord2\nRecord3");...TInt err=fileText.Write(KData);...
TFileText::Read()
Copyright ©2002 Symbian Ltd. 6.1-00174