Ah ok. Would you have any recommended links for tutorials that show how to
list files in a directory. I'm new to android/java. Thank you for your time.

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Mark Murphy
Sent: Monday, April 26, 2010 3:41 PM
To: [email protected]
Subject: Re: [android-developers] Re: Saving ArrayList to .txt file

Tommy wrote:
> So then there would be no way for my app to be able to list out the file
> names that reside in that location so the user can choose which one to
open?

Only those files within your own space (getFilesDir() and
subdirectories), or are on the "external storage"
(Environment.getExternalStorageDirectory() and subdirectories).

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Consulting: http://commonsware.com/consulting

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

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