objective c - iPhone SDK - Accessing other Application Folders -


I know that you can access your own application files using NSDocumentDirectory, but you can do this on other applications You can. For example, if I want to document other applications, would it be possible to get this information? Directed from the iPhone OS library

Honestly,

Kevin

No, you Applications are limited to accessing files in the sandbox. A good introduction to this is the "File System Basics" section of iOS


Comments