Application Settings + DirectoryInfo/FileInfo
问题 I'm still new to C#... I'm building a WPF application and I'm trying to apply some User Application Settings. It's easy to insert standard App Settings (int, double, string, etc). I've even got something like WindowState inserted. I'd like to have a DirectoryInfo and/or FileInfo as savable settings instead of Strings. Selected type: System.IO.File gives an error message "Abstract types are not supported". Which makes sense, since how can you implement an abstract type as a setting. Selected