Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2020-02-14 15:09:01 +00:00
parent 3eab6283a6
commit aa178321cb
+5 -3
View File
@@ -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) ;