Index: src/ch/TLocalFilesystem.h =================================================================== diff -u -N -r7749d67cd70821fef9cc51303d42625fbcc2aa9d -ra3800c2f65fa66354e072b34c9e9970af49236b6 --- src/ch/TLocalFilesystem.h (.../TLocalFilesystem.h) (revision 7749d67cd70821fef9cc51303d42625fbcc2aa9d) +++ src/ch/TLocalFilesystem.h (.../TLocalFilesystem.h) (revision a3800c2f65fa66354e072b34c9e9970af49236b6) @@ -43,6 +43,7 @@ static bool SetAttributes(const chcore::TSmartPath& pathFileDir, DWORD dwAttributes); static bool CreateDirectory(const chcore::TSmartPath& pathDirectory); + static bool RemoveDirectory(const chcore::TSmartPath& pathFile); static bool DeleteFile(const chcore::TSmartPath& pathFile); static bool GetFileInfo(const chcore::TSmartPath& pathFile, CFileInfoPtr& rFileInfo, size_t stSrcIndex = std::numeric_limits::max(), const chcore::TPathContainer* pBasePaths = NULL);