Represents essential application paths. More...
#include <arg-handler.hpp>
Public Attributes | |
std::string | configPath |
Path to the configuration file. | |
std::string | libBinPath |
Path to the binary library. | |
std::string | cacheDir |
Path to the cache directory. | |
Represents essential application paths.
The Paths
structure contains paths to configuration files, binary libraries, and cache directories used by the application.
std::string ArgumentHandler::Paths::cacheDir |
Path to the cache directory.
std::string ArgumentHandler::Paths::configPath |
Path to the configuration file.
std::string ArgumentHandler::Paths::libBinPath |
Path to the binary library.