From aa178321cb6ea9f6af6f2befdddbcaa6ab640f59 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 14 Feb 2020 15:09:01 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EGnFileUtils.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/EGnFileUtils.h b/EGnFileUtils.h index 08b4471..926fddd 100644 --- a/EGnFileUtils.h +++ b/EGnFileUtils.h @@ -1,8 +1,8 @@ //---------------------------------------------------------------------------- -// EgalTech 2013-2013 +// EgalTech 2013-2020 //---------------------------------------------------------------------------- -// File : EgnFileUtils.h Data : 11.12.13 Versione : 1.4a5 -// Contenuto : Prototipi funzioni di utilità sui file. +// File : EgnFileUtils.h Data : 14.02.20 Versione : 2.2b1 +// Contenuto : Prototipi funzioni di utilità su file e direttori. // // // @@ -36,4 +36,6 @@ EGN_EXPORT std::string GetFileName( const std::string& sPath) ; EGN_EXPORT std::string GetFileTitleEgt( const std::string& sPath) ; EGN_EXPORT std::string GetDirectory( const std::string& sPath) ; EGN_EXPORT bool ExistsDirectory( const std::string& sDir) ; +EGN_EXPORT bool CreateDirectoryEgt( const std::string& sDir) ; EGN_EXPORT bool EmptyDirectory( const std::string& sDir) ; +EGN_EXPORT bool EraseDirectory( const std::string& sDir) ;