I am making an iPhone app using Xcode and following is the directory structure
GFGGAME
  -gfggame.xcodeproj
  -Images
    --bagold
     ---bags_1.png
     ---bags_2.png
    --bagsnew
     ---bags_5.png
     ---bags_6.png
I want to access all images from folder bagsold and bagsnew . If I use resource path and a predicate filter for png it gives me all the png files . Is there a way i can access just the files present in the folder.