[EMAIL PROTECTED] wrote:
> Thank you for your reply. Do you mean we can access whole file
> system (e.g. /root/, /, /usr/lib) without permission from user?

No.

You have access to your own application's files 
(/data/data/your.package.here/files), to the SD card if there is one 
(/sdcard), and select other areas.

> Image we are going to implement a file browser which can add/del
> /copy any file in the real file system. (e.g. /)
> 
> Is this possible?

Not really, because you have very limited access to the directory tree.

>  > Dose anybody know how to access file system?

As the previous responder indicated, for the portions you *can* access, 
you can use normal java.io classes, java.io.File in particular.

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

Android Training on the Ranch! -- Mar 16-20, 2009
http://www.bignerdranch.com/schedule.shtml

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