]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkUtilities.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkUtilities.h
index 910f4da4c1180ad72659d5043a8632ce1cfc7efe..943df011a38371b5562f3a0c2d9198d1f184a753 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkUtilities.h,v $
   Language:  C++
-  Date:      $Date: 2008/05/06 13:45:12 $
-  Version:   $Revision: 1.15 $
+  Date:      $Date: 2008/09/10 07:25:23 $
+  Version:   $Revision: 1.16 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See doc/license.txt or
@@ -82,6 +82,12 @@ namespace bbtk
   static std::string MakePkgnameFromPath(std::string path, std::string pkgname, bool addExt);
     //========================================================================
     
+    // =======================================================================
+    /// Builds the complete path to the file 'name' located 
+  /// in user settings dir, e.g. /home/username/.bbtk/
+    static std::string MakeUserSettingsFullFileName(const std::string& name);
+
+
     static bool IsAtRoot(std::string cwd);
     // ======================================================================