Thank you for your reply. Do you mean we can access whole file system (e.g. /root/, /, /usr/lib) without permission from user?
In my understanding, the accessible file system should be the Java file system which is not the real file system, and it might be a part of real file system. 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? Correct me if my understanding was wrong. Thank you. ----- 原始邮件 ----- 发件人:Christine <[EMAIL PROTECTED]> 收件人:Android Developers <[email protected]> 主题:[android-developers] Re: how to access file system 日期:2008-11-27 02:18:41 What do you mean by "access the file system"? You can read and write files as you would in any Java program. On Nov 26, 6:58 am, [EMAIL PROTECTED] wrote: > Hi, > > Dose anybody know how to access file system? What the > meaning of the permission to access the cache file system? > Is the cache file system a file system of virtual machine? > > BW, > DK > 2008.11.26 > > ------------------------------------------------------------------- > 新浪空间----与朋友开心分享网络新生活!(http://space.sina.com.cn/) ------------------------------------------------------------------- 新浪空间——与朋友开心分享网络新生活!(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 -~----------~----~----~----~------~----~------~--~---

