Include :
- aggiornamenti.
This commit is contained in:
@@ -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) ;
|
||||
|
||||
@@ -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%" ;
|
||||
Reference in New Issue
Block a user