From kde-devel Mon Feb 26 21:59:34 2007 From: Branan Riley Date: Mon, 26 Feb 2007 21:59:34 +0000 To: kde-devel Subject: Multiple user configurations Message-Id: <200702261359.36324.branan () gmail ! com> X-MARC-Message: https://marc.info/?l=kde-devel&m=117252741906576 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 <<