Hi,
I am trying to store just some small data in the app's private path. I got ok this working on device for phone or mem card.
But I am fogged with the emulator. For private path I have used first the same code as for real device, then I tried c:\\private\\<sid_app\\file.dat, then
z:\\private\\<sid_app\\file.dat but in no any case my data is saved in 'file.dat' in the app's private folder. For some reasons I get KErrCorrupt and/or KErrDenied. The things works ok in device.
Can anybody help me ?
Can anybody make clear how to do this on emulator ?
Thanks
tek

Reply With Quote

