This page was last modified 07:59, 4 May 2008.
How to read file size without using RFile
From Forum Nokia Wiki
RFs fs; fs.Connect(); TEntry entry; fs.Entry(_L("c:\\system\\apps\\abc.txt"),entry); TInt sz; sz = entry.iSize; TBuf<20> fsz; fsz.Num(sz); iEikonEnv->AlertWin(fsz); fs.Close();
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ROM file reading too short | itsxbv | General Symbian C++ | 0 | 2004-06-17 11:48 |
| Reading a .txt file from jar without knowing the size of the file ! | ionutianasi | Mobile Java General | 12 | 2004-06-24 00:27 |
| Problems with reading symbian binary file on windows platform. | rhea_z | General Symbian C++ | 16 | 2007-01-09 21:20 |
| Can I load all information from file to descriptor using typical function? | sirmic | General Symbian C++ | 2 | 2008-03-05 15:31 |
| [Merged][Moved] How to copy unicode data in HBufC16* from a file | amitnema | General Symbian C++ | 5 | 2008-03-05 11:03 |
