Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Really simple question but it doesn't seem to be clear in Apple's docs.

Will writeToFile:atomically: for NSData, NSArray etc. overwrite existing data on a file?

share|improve this question

1 Answer

up vote 47 down vote accepted

Yes. It will.

Here are some characters to pass the 30 character limit.

share|improve this answer
4  
+1 for "documenting" your extra characters :) – Julian Jun 22 '12 at 17:02
6  
Whether you do it atomically or not doesn't matter; in either case, the file will be completely overwritten with the new data. – BJ Homer Jul 30 '12 at 13:56
@alexgray Pay attention before making inane criticisms. – LucasTizma Apr 3 at 18:16
@LucasTizma what'd I say? – alex gray Apr 4 at 5:29
@alexgray Looks like your previous comment was deleted, for good reason. – LucasTizma Apr 4 at 6:18

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.