marmelroy / FileBrowser

Finder-style iOS file browser written in Swift
MIT License
1.52k stars 222 forks source link

Path to get all files listed #13

Closed prashanthsun9 closed 7 years ago

prashanthsun9 commented 8 years ago

Hi, what path should i use to get all the files listed on that file browser, like all the files in the phone images, documents and everything

marmelroy commented 7 years ago

Hi @prashanthsun9. Apps are sandboxed and as far as I'm aware that's not possible from the device (it is possible in the Simulator though). You can only access files within the app's bundle.