liveQuery = [[NSMetadataQuery alloc] init];
[liveQuery setSearchScopes:[NSArray
arrayWithObject:OVOLAB_MEDATATA_FILES_DIRECTORY_PATH]];
The novelty for me here is that I must create an object
(NSMetadataQuery object in this case), and then I must call further
functions from that object.
Thanks,
Marc
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>