1

I am saving with NSKeyedArchiver. What should the file extension of my file name be?

Blane Townsend
  • 2,888
  • 5
  • 41
  • 55

2 Answers2

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