I have two paths to the sd memory i get when accessing.
- /mnt/sdcard
- /storage/sdcard0
Actually both point to the same file location but still I am not sure how I could find that both are same and show only one location.
Even doing
file.getAbsolutePath()
on individual file objects, gives different paths. (I was expecting them to be giving same path as they are pointing to same directory).