doubleminus wrote: > Anyone?? > > On Jul 14, 9:09 am, doubleminus <[email protected]> wrote: >> Isn't that what the first lines of code do? >> >> File file1 = new File(Environment.getExternalStorageDirectory(), >> file_name);
No. That statement create a Java object, in memory, and does not affect the file system at all. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

