Monday, January 10, 2005

Created a class to save User and App settings

In my previous post I mentioned how I needed to save some settings. I found this article on MSDN that helped me to write a class that reads and writes app settings to the CommonApplicationData area. It's pretty slick. I added on to what they had by checking for the path first, and if necessary, creating the directory and file.

No comments: