From kde-devel Tue Aug 30 16:16:36 2005 From: Luciano Montanaro Date: Tue, 30 Aug 2005 16:16:36 +0000 To: kde-devel Subject: Re: where to store config files? Message-Id: <200508301816.36268.luciano.montanaro () consulenti ! fastweb ! it> X-MARC-Message: https://marc.info/?l=kde-devel&m=112547471927566 El Lunes, 29 de Agosto de 2005 19:36, James Horey escribió: > Hello all, > > My application needs to store several files and I'd like to put those > files in a well known location such as ~/.kde/share/apps/my_application. > Are there any KDE classes that allows me to do this easily or will I just > have to do it manually (create the folder in the correct location, etc)? > Thanks for the help. > Check kdecore/kstandarddirs.h You can use KGlobal::dirs() to find the KStandardDirs instance, and use its methods. Luciano > -James >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<