Thank you for your clarification. So, this is to say: There is no offical approach for applications to manage real file system (e.g. /). Am I address your point?
----- 原始邮件 ----- 发件人:Mark Murphy <[EMAIL PROTECTED]> [EMAIL PROTECTED] 主题:[android-developers] Re: 回复:[android-developers] Re: how to access file system 日期:2008-11-27 09:18:04 [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 ------------------------------------------------------------------- 新浪空间——与朋友开心分享网络新生活!(http://space.sina.com.cn/ ) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

