Does anyone have some sample code demonstrating how to make a "file browser" view? I'd like to be able to navigate through directories and drill-down the sub-directories and see files located within the various folders. I want the user to be able to create new directories/files and even select an existing file. Is there sample code out there already available to do this?
|
I don't know about sample code, but this wouldn't be too complicated to achieve using You can obtain arrays of directory contents using the Bear in mind, however, that you'll only be able to access the directories inside your application sandbox, unless you're running on a jailbroken device. |
|||
|
|
|
The iOS programming guide says that
This is assuming you are trying to implement file browse feature for your documents directory. |
|||||||||
|