|
|
User login
Feeds |
Cannot read data files if I install in memory card
|
|||||
| Wed, 2004-12-22 13:02 | |
|
Can someone tell me how to access the datafiles if I install the application on the memory card. (I use a Nokia 6600). The app runs fine when I install on the phone memory. However due to space limitations I have to put the application on the memory card. The application runs but stops without any warning when I run any activity involving file read & write. Do we have to use some drive letter like D: or C: etc. ![]() 3rd Learner Booksy. |
|
Forum posts: 18
C: is phone memory
E: is memory card
Z: ROM
Forum posts: 2
Are these drive letters universal standard for all series 60 phones or only for Nokia 6600.
=Shubhrakant
3rd Learner Booksy.
Forum posts: 18
Forum posts: 28
TFileName drivePath( PathInfo::MemoryCardRootPath() );
fileName.Append( TParsePtrC( drivePath ).Drive() );
fileName.Append( KMyFilePath );
Forum posts: 83
c0deab1e
Forum posts: 28