• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Missing file

Hello.
In my code i have a part for writting to the file.

OutputStreamWriter outputStreamWriter = new OutputStreamWriter(this.getBaseContext().openFileOutput("MyFile.txt", Context.MODE_APPEND));
outputStreamWriter.write(data);
outputStreamWriter.close();

Now i am looking for this file in my device, but i cannot find it. Do you anyone know, where is this file saved??

Thanks for respons.
PF
 
Back
Top Bottom