Agreed. Your "roots" are getFilesDir() and getExternalFilesDir() --
though the latter is new to API Level 8, so you need
Environment.getExternalStorageDirectory() on earlier Android versions.

On Mon, Sep 26, 2011 at 8:21 AM, TreKing <treking...@gmail.com> wrote:
> On Sun, Sep 25, 2011 at 11:42 PM, John <jnb...@gmail.com> wrote:
>>
>> I'm looking for the equivalent Java.IO.ListRoots, which lists
>> the filesystem root volumes.
>
> There is no "root volumes". There is your internal private storage and
> external storage, for both of which there are APIs discussed in the link I
> posted.
>
> -------------------------------------------------------------------------------------------------
> TreKing - Chicago transit tracking app for Android-powered devices
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



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

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to