OXY-SYNC-DIRECTORY 1.0
OXY-SYNC-DIRECTORY Library Documentation
Loading...
Searching...
No Matches
oxy::directory::settings::config_path_t Struct Reference

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

Detailed Description

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.