Hi all,

Basically I want to know how to get a list or array or any type of
data about the files that have been stored in an package specific data
section. By this I mean that after using something like:

FileOutputStream fOut = c.openFileOutput(fileName, 0);
OutputStreamWriter osw = new OutputStreamWriter(fOut);

How can I get a list of the files saved to the data location of my
application where this file and other files or saved so that I can
choose which file I wish to read or edit. I've searched and searched
for this but have not found anything of use any help will be greatly
appreciated.

Cheers,

Irshad

-- 
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

Reply via email to