Android File System

Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
mongoose7
Posts: 1227
Joined: Wed Apr 06, 2011 12:13 pm

Re: Android File System

Post by mongoose7 »

I don't know Android, but why do you try to create the file with fopen(.., "w+") when fopen(.., "w") is all you need? You could also check the mode the file is created in, it may be write only. I think fopen() has a third parameter for this. You could also check the mode of the 'files' directory - it has to be writable.
Post Reply