Include :

- aggiunto EgtUUID e Writer
- Scan diventato Scanner.
This commit is contained in:
Dario Sassi
2015-06-06 17:57:02 +00:00
parent df224e8a2a
commit a75ded90fe
7 changed files with 109 additions and 4 deletions
+2
View File
@@ -26,6 +26,8 @@
//-----------------------------------------------------------------------------
EGN_EXPORT bool ExistsFile( const std::string& sFile) ;
EGN_EXPORT bool CopyFileEgt( const std::string& sFile, const std::string& sNewFile) ;
EGN_EXPORT bool RenameFile( const std::string& sFile, const std::string& sNewFile) ;
EGN_EXPORT bool EraseFile( const std::string& sFile) ;
EGN_EXPORT std::string ChangeFileExtension( const std::string& sFile, const std::string& sNewExt) ;
EGN_EXPORT bool FileExtensionMatches( const std::string& sFile, const std::string& sExt) ;