From c4fa83c56d82467514d0de526cfee389570150ce Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 5 Feb 2016 10:55:26 +0000 Subject: [PATCH] Include : - aggiornamenti. --- EGnFileUtils.h | 1 + EXeConst.h | 3 +++ 2 files changed, 4 insertions(+) diff --git a/EGnFileUtils.h b/EGnFileUtils.h index f7c226d..08b4471 100644 --- a/EGnFileUtils.h +++ b/EGnFileUtils.h @@ -33,6 +33,7 @@ EGN_EXPORT std::string ChangeFileExtension( const std::string& sFile, const std: EGN_EXPORT bool FileExtensionMatches( const std::string& sFile, const std::string& sExt) ; EGN_EXPORT bool FindFirstFileEgt( const std::string& sFileSpec, std::string& sFileName) ; 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 EmptyDirectory( const std::string& sDir) ; diff --git a/EXeConst.h b/EXeConst.h index b40c93a..4cebcf5 100644 --- a/EXeConst.h +++ b/EXeConst.h @@ -56,3 +56,6 @@ enum FpcType{ FPC_NGE = 0, // costruzione da pezzo Nge FPC_REGION = 1, // costruzione da regione FPC_LAYER = 2, // costruzione da layer FPC_CLOSEDCURVE = 3}; // costruzione da curva chiusa + +//----------------- Costante per sostituzione nome progetto -------------------- +const std::string SUB_PROJECT_TITLE = "%PRJTITLE%" ; \ No newline at end of file