I have created some text files in the SD card, but I am unable to view my files.
I am using this path Environment.getExternalStorageDirectory();
to create files.
I am not getting any exception while creating files.
when I open the DDMS in eclipse I am unable to see my files there also..
If I created the files at
Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES);
then I can see my files at /data
folder of the device , but not in SD card itself.
When I click on the gallery icon in my device, I can see only pictures, videos, camera shots folders only but not my files ..
please suggest is that the proper way of creating files in SD card. thanks.