Pushpendra Kuntal
Pushpendra Kuntal

Reputation: 6186

file chooser in iphone

I am very fresher in iPhone. i want to make a file chooser in iPhone.

This chooser should be able to choose file from anywhere means also other than resource folder.

You may provide some weblinks for this . Please help me in this matter.

I want to show all files and folders to show which are available in my device.

Thank you in advance.

Upvotes: 2

Views: 369

Answers (1)

hypercrypt
hypercrypt

Reputation: 15376

The iPhone used sandboxing, this means that accessing files that are outside of the application's sandbox are extremely limited. Apple does not want apps to expose a filesystem, thus this isn't really possible.

Upvotes: 2

Related Questions