X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaSystem.h;fp=src%2FcreaSystem.h;h=85a020badb45a1af215f59b55b7e1e04217ccfcc;hb=344d600edaecc470f90bab73ea58b1bcb7bcba2b;hp=3a5b8d59e328c60db460cfca2410d3f480f02730;hpb=d961094c73eb43680c063b9036e45758b44642ca;p=crea.git diff --git a/src/creaSystem.h b/src/creaSystem.h index 3a5b8d5..85a020b 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: 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