I am working on some file manipulation in iPhone project. Where i need to search files of specific extension. One option is to manually process each file & directory to
Use below code
NSArray *myFiles = [myBundle pathsForResourcesOfType:@"Your File extension" inDirectory:nil];