Using the loadFile selector and the loadedFile delegate selector, how do I read the contents of a file which is in my application's app folder on dropbox?
Are you supposed to loadFile: intoPath: and specify an absolute path on the disk (like a tmp folder?) from which you actually read the contents after the loadedFile delegate method is called?
Does the Dropbox IOS/OSX SDK automatically determine if the file is stored locally in the users' dropbox folder, and is at the current version, before fetching and downloading the file?
Am I missing something here? Or is this the intended implementation?
Sorry for the newbish question, it just doesn't seem like there's a ton of concrete documentation on how to actually use this method.
edit (for clarification)
When I say I'd like to load the contents of the file, I want to dump the file contents into an NSString object. Sorry if that wasn't clear.

loadFile: intoPath:I think there is no other way to read the contents of the file.. – Bala Jan 3 at 5:20