On Oct 28, 2010, at 1:57 PM, Brian S wrote:
> Maybe we need more error checking in CFArrayCreateWithContentsOfFile( and it’s call function CFArrayCreateWithContentsOfURL ) to make sure a valid array is returned. I can look into this later today and get back to you if Bernie hasn’t already responded( my demo , his CFArray_Additions.m )
Or just check to make sure the returned mutable array ref is non-zero. The demo is sloppy code. I’ve updated the demo if you want to see it.
Brian S