inLimbo
TUI Music Player that keeps you in Limbo.
 
Loading...
Searching...
No Matches
ArgumentHandler::Paths Struct Reference

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.
 

Detailed Description

Represents essential application paths.

The Paths structure contains paths to configuration files, binary libraries, and cache directories used by the application.

Member Data Documentation

◆ cacheDir

std::string ArgumentHandler::Paths::cacheDir

Path to the cache directory.

◆ configPath

std::string ArgumentHandler::Paths::configPath

Path to the configuration file.

◆ libBinPath

std::string ArgumentHandler::Paths::libBinPath

Path to the binary library.


The documentation for this struct was generated from the following file: