* Software Update with apply the settings (Part10)

- Blacklist added to exclude files
- Files are marked by a prefixed '-' in the settingsupdate.conf
This commit is contained in:
micha-bbg
2012-11-11 07:53:57 +01:00
parent 187825be19
commit cddf86725d
5 changed files with 89 additions and 15 deletions

View File

@@ -50,7 +50,7 @@ class CFileHelpers
bool doCopyFlag;
bool copyFile(const char *Src, const char *Dst, mode_t mode);
bool copyDir(const char *Src, const char *Dst);
bool copyDir(const char *Src, const char *Dst, bool backupMode=false);
bool createDir(const char *Dir, mode_t mode);
bool removeDir(const char *Dir);