mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
* 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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user