PDA

View Full Version : How to get path of default image folder of iPhone.




rahul4tcs
Jun 3, 2009, 01:21 AM
I m using UIImagePickerController and UIImagePickerControllerSourceTypeSavedPhotosAlbum to choose an image from iPhone image folder,
Then I want to fetch the path of that image folder.
Finally I want to get list of files of that folder in an array.
Pls reply with solution and simple code.