I am working in android. i want to get the full path of a file selected by user. my files
are stored in sdcard. but may be in a folder in sd card.
I have some folders in my sdcard. I want to get the full path of a file on which i click.
Suppose I have an image peacock.png in folder image/birds.
So the path is mnt/sdcard/image/birds/peacock.png
Please suggest me how can i get the full path of a file.
If you need my code which i am using for help then tell me i will send it here.
Thank you in advance.