For KSpaceDuel, I'm trying to figure out how to allow the user to save multiple sets of configuration data. I just wanted to verify that I understand the KStandardDirs API docs. For saving, I create the files in KStandardDirs::saveLocation("appdata","configs/") For populating the combobox, I just enumerate all the files in the directories returned by KStandardDirs::findDirs("appdata","configs"), And I should have all the built-in configurations, as well as all the user configurations. Is that it, then? Or did I miss a step in finding the files/directories? Branna >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<