X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaSystem.h;h=b2aa81ca3c697d8d42ab17c6b759dbe3a54bf229;hb=67cfeeb9d43ac96601468142be67dd54c4f52031;hp=3a5b8d59e328c60db460cfca2410d3f480f02730;hpb=f7f202e6ec71c0f88d211d6a78f88ba017dee851;p=crea.git diff --git a/src/creaSystem.h b/src/creaSystem.h index 3a5b8d5..b2aa81c 100644 --- a/src/creaSystem.h +++ b/src/creaSystem.h @@ -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: 2011/02/23 13:40:31 $ + Version: $Revision: 1.14 $ 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