How to decide where to store per-user state? Registry? AppData? Isolated Storage?

后端 未结 4 1200
一个人的身影
一个人的身影 2020-12-05 07:10

When should the Windows Registry be used for per-user state, and when should we use the filesystem, particularly the user\'s AppData folder? (eg, C:\\Users\\USERNAME\\AppDat

4条回答
提交回复
热议问题