|
OXY API 1.0
OXY API Library Documentation
|
Represents the configuration settings for the application. More...
#include <settings.hpp>
Public Attributes | |
| std::filesystem::path | containerFolder = R"(%ProgramData%\BildoSoft\oxy\containers)" |
| std::filesystem::path | directoryFolder = R"(%ProgramData%\BildoSoft\oxy\directories)" |
| std::string | fileExtension = R"(oxy)" |
| std::string | fileFilter = R"(*.oxy;*.sqlite)" |
| std::filesystem::path | logFolder = R"(%ProgramData%\BildoSoft\logs)" |
| std::filesystem::path | pluginFolder = R"(%ProgramData%\BildoSoft\oxy\plugins)" |
Represents the configuration settings for the application.
This structure holds various configuration settings, including paths for container, directory, log, and plugin folders, as well as file filters and extensions. It provides default values for each setting, which can be overridden by loading from an INI configuration file.