I know that you can access your own application files using NSDocumentDirectory and such, but can you do that on other applications. For example, if I wanted the Documents of another application, would it be possible to get that information? From the iPhone OS Library as directed here.
Sincerely,
Kevin
No, you are limited to accessing files within the application sandbox. A good introduction to this is the “File System Basics” section of the iOS File System Programming Guide