Search code examples
iphoneobjective-cnsfilemanagernsbundlensdocumentdirectory

How to put images into a folder & get them from documents directory


In my app there are multiple images in different folders (5 altogether). How can i put these folders into the document directory?

Then how do I to get the count and the images' name from a particular images folder?


Solution

  • Check Working_with_Directories link.

    EDIT : Copy item refer this link

    Refer NSFileManager for more details: