I am saving with NSKeyedArchiver. What should the file extension of my file name be?
Asked
Active
Viewed 80 times
2 Answers
2
Something that identifies your application unambiguously. Feel free to use more than the usual 3 characters.

Ole Begemann
- 135,006
- 31
- 278
- 256
1
Only your application can see the files in it's document area, so it's largely irrelevant as long as you're consistent.
That said, I personally tend to use ".data" for this purpose.

John Parker
- 54,048
- 11
- 129
- 129