Is there any equivalent for RMS(Record Management System) in Symbian?.I just need to store some user specific preferences
which should be able to access and modify later.
I don't think there is exact RMS functionnality in Symbian. You can take a look at file streams to store your settings (RReadFileStream or RWriteFileStream).
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 1918
I don't think there is exact RMS functionnality in Symbian. You can take a look at file streams to store your settings (RReadFileStream or RWriteFileStream).
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 3
Thanks Eric for your quick response.I will check with RReadFileStream or RWriteFileStream.
Thanks again
Justin