pramod.deore wrote: > Hi, I want to create a file out side the application and memory card. > How to create it? > I know how to create it under application but how to create it outside > the application?
You have only two places to put files: the app-local file store (getFilesDir()) and the SD card. You cannot write files elsewhere. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 2.x Programming Books: http://commonsware.com/books -- 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

