Hi,
i would read/write an ini file in my android game.
So i do this :
start of frame
> set current file of ini1 to "tes1.ini"
> set current file of ini2 to "tes2.ini"
> set counter1 ton groupitemValue ("ini1","my group","my item")
> set counter2 ton groupitemValue ("ini2","my group","my item")
Create ini file in data folder is on for each ini and the two ini files are present on the date element folder in binary data.
the value of item are 1 and 2... but i have 0 on the two counters in mmf end nothing appear in the android tablet.
Somebody can help me ?
thanks
EDIT : if i made the same in IOS, it works. If i put a pathname like apppath$ + "name of the ini" and choose windows application, it work. So the ini files are good ;)

