Android File System
Re: Android File System
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.