Creating a folder application for iphone
Hi all I am new to iPhone programming..I am currently trying to build a folder application iPhone. this application provides user the option to create folders and uplo开发者_如何学Pythonad file items in those folders.The application also provides file management operations such as add new folder,delete file items and folder,renaming folders and so on.Can anyone help me on how to develop this application ?
You better use database...that would be more easy..
apple docs for NSFileManager are what you are looking for...
精彩评论