Include :

- aggiornamenti.
This commit is contained in:
Dario Sassi
2016-02-05 10:55:26 +00:00
parent 4f08b2dbb1
commit c4fa83c56d
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -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) ;
+3
View File
@@ -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%" ;