iPhone: How to get the contents of the documents directory as a NSMutableArray?
- by jake
How do I get the contents of the documents directory as a NSMutableArray?
I can get it as a normal NSArray, but as soon as I try to do anything with that array, my app crashes.
Thanks