utility: ringlogging fix, delete when switching log files

This commit is contained in:
Andreas Stallinger
2016-02-26 12:31:38 +01:00
parent 47a0dd69a4
commit b3ac0532cc
4 changed files with 8 additions and 5 deletions
+1
View File
@@ -29,6 +29,7 @@ public:
static bool exists(const std::string& path);
static std::string fileName(const std::string& path);
static std::string absoluteFilePath(const std::string& path);
static bool remove(const std::string& path);
static bool copy_directory(const FilePath& from, const FilePath& to);