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

Apps Read and Write the file

Hi All,

I want to write some text file into asset folder Is it Possible to do..Expect sdcard
I want write it .Any one know Please say how to do it....


Thanks,
Murugan
 
the "assets" folder is part of the apk package and not something that is actually on disk. Those assets are written to the <Your Application Path>/data directory on internal memory when the application is installed.
 
Back
Top Bottom