Search code examples
iphoneobjective-cfilesystemsjailbreakcydia

I want to make a file browser app for iPhone, but I don't know where to start


I want to make a simple file browser app for iPhone. (Like iFile in Cydia) It's not a just view Documents folder, it can see all directories in the iPhone/iPod Touch File System. Like a Finder on Mac/Explorer on the Windows.

Who can help me?

P.S. I'll publish to Cydia Store, not App Store.


Solution

  • You're going to need the iPhone SDK up and running and you're going to want to go over the NSFileManager documentation.