How to check if newly created folder is present into SD Card in Android

Viewed 16438

From my application, I want to store some images into my SD card. For that I need to create a one folder.

At the first time folder will create but after it checks whether that folder is present or not. How can I do it?

2 Answers
Related