Create periodic backup copies of controller.db in network controller from the main process itself to facilitate easier and safer backups of controller.db.
This commit is contained in:
@@ -95,7 +95,6 @@ public:
|
||||
static inline bool rm(const std::string &path) throw() { return rm(path.c_str()); }
|
||||
|
||||
static inline bool mkdir(const char *path)
|
||||
throw()
|
||||
{
|
||||
#ifdef __WINDOWS__
|
||||
if (::PathIsDirectoryA(path))
|
||||
|
||||
Reference in New Issue
Block a user