Hi.
I've written an file with the following comands:
String ausgabe;
....
try{
java.io.BufferedWriter fos = (new java.io.BufferedWriter( new
java.io.OutputStreamWriter(
openFileOutput("testfile.txt", MODE_APPEND ))));
....
if (ausgabe.length() != 0){
fos.write(ausgabe);
}
catch (FileNotFoundException f){
System.out.println("Not found");
}
Everything works and on the emulator i've got no problem.
The written file "testfile.txt" can be found in /data/data/mypackage/
files.
But on my G1 the folder "/data" is empty, no folder /data/packages can
be found with
"Astro File Manager" or LindaFileManager.
Anyone any idea where to find the files of my applications?
Why do i have only the folders /data, /sdcard and /system on the
emulator but
on the device there are much more?
Thanks for an answer.
Mak
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---