I want to fetch path of a document which is present at some path on iPad.
I have tried using NSfilemanager
but these classes under foundation framework
give me path of a document which is bundled within the application / has been written to app sandbox .
I am using one of the file explorers which shows me that a document is present on the device but i am unable to fetch the exact path of that doc on device.
NOTE : The document is somewhere on the device outside the application sandbox.
Thanks .