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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
NSFileManagerclass for further direction.