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
If you mean in the onFileClick, it is passed an Option. Your Option class seems to contain the full path, as it is passed into the constructor, for example:
new Option(ff.getName(),"Folder",ff.getAbsolutePath())
Can't you get at that property somehow?