I've saved the contents of server into a NSData. How do I copy the contents of NSData into a file.
views:
63answers:
1
+3
A:
Take a look at the NSData writeToFile:atomically: method. Just pass in the filename and it will do it for you.
Kyle
2010-03-22 03:21:03