J2ME private folder(only accessible to my midlet)
- by Shankar
I have two midlets, one will download some files form server everyday
and the other uses these files.
If i download the files to a normal folder the mobile user may delete the folder or files manually.
So i need a private folder which is hidden and only accessible for my midlets.
I heard about private folders which symbian platform provides for each application which are not accessible to users.
I need such a folder for my j2me app. How to create such folder??
Shankar