]> Creatis software - crea.git/blobdiff - src/creaSystem.h
crae::system createDirectory
[crea.git] / src / creaSystem.h
index 3a5b8d59e328c60db460cfca2410d3f480f02730..85a020badb45a1af215f59b55b7e1e04217ccfcc 100644 (file)
@@ -3,8 +3,8 @@
   Program:   crea
   Module:    $RCSfile: creaSystem.h,v $
   Language:  C++
-  Date:      $Date: 2010/04/20 12:19:46 $
-  Version:   $Revision: 1.11 $
+  Date:      $Date: 2010/06/11 05:06:46 $
+  Version:   $Revision: 1.12 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -218,6 +218,7 @@ namespace crea
     CREA_EXPORT static std::string GetDllAppPath(std::string &nomdll);
     CREA_EXPORT static std::string GetDllAppPath(const char *nomdll);   
     CREA_EXPORT static std::string GetExecutablePath();
+    CREA_EXPORT static void createDirectory(const char* directorypath);
   };
 
 } // namespace crea