|
OXY-SYNC-DIRECTORY 1.0
OXY-SYNC-DIRECTORY Library Documentation
|
A singleton struct that holds the file path to the configuration INI file. More...
#include <settings.hpp>
Public Attributes | |
| std::filesystem::path | filepath = FILE_PATH |
A singleton struct that holds the file path to the configuration INI file.
This struct is used to provide a single, globally accessible instance of the configuration file path. It is intended to be used with the boost::serialization::singleton template to ensure that there is only one instance of the configuration path throughout the application.