I'm using NSMetadataQuery to detect if a document exists on my application iCloud container even if the file has not been downloaded locally.
Can NSFileCoordinator with an NSFilePresenter do the same ? Verifying that the file exists even though it is still not available locally ?
Update: I've been using for a while NSMetadataQuery to detect if a file exists in my ubiquity container. But at least testing on 10.8.2, it doesnt always work. I've been getting a lot of false negatives for existence of files.
I know others have been using I belive file coordinators. Does anyone have any opinion on this, or even better point me to an example on how to use them ?