OXY API 1.0
OXY API Library Documentation
Loading...
Searching...
No Matches
oxy::api::settings::config_path_t Struct Reference

Represents the default configuration file path for the application. More...

#include <settings.hpp>

Public Attributes

std::filesystem::path filepath = R"(%ProgramData%\BildoSoft\oxy\oxy.ini)"

Detailed Description

Represents the default configuration file path for the application.

This structure holds the default path to the INI configuration file used by the application. It is used to provide a singleton instance that can be accessed throughout the application to retrieve the configuration file path.