I am using dropbox API and downloading file in application document folder.
I am able to view list of files in table from document directory. How can I read photos or file from this table view?
And what about the iPhone. Can we access document folder directly?
This is the more commonly used approach to get the documents directory –
You can use
NSFileManagerto examine the contents of the directory. You can look at thecontentsOfDirectoryAtPath:error:method.