Customisable backup directory.
This commit is contained in:
@ -17,8 +17,11 @@ class config {
|
||||
const std::vector<std::string> & get_local_config_directories() const;
|
||||
bool add_local_config_directory(const std::string& path);
|
||||
|
||||
const std::string & get_local_backup_path() const;
|
||||
|
||||
private:
|
||||
std::vector<std::string> mLocalConfigPaths;
|
||||
std::string mLocalBackupPath;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user