I am look for file management features, such as:
开发者_运维知识库- folder listing
- file listing
- create/rename/delete folder
- rename/delete files
- move files among folders
via a UITableView. BSD-like licensed code preferred.
Thanks
I'm afraid I'm not aware of any open-source ready to go components but what you want should be fairly easy to accomplish for somebody with a basic grasp of iPhone development. Check out the NSFileManager
class for further direction.
精彩评论