xale-db 1.0
minimal SQL engine, written in c++
Loading...
Searching...
No Matches
ConfigurationPath.h File Reference
#include <string>
#include <filesystem>
Include dependency graph for ConfigurationPath.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Xale
namespace  Xale::Core
namespace  Xale::Core::Helper

Functions

std::string Xale::Core::Helper::getExecutableFolderPath ()
std::string Xale::Core::Helper::getConfigPath (std::string configFileName=XALE_CONFIG_DEFAULT_FILE_NAME)

Variables

constexpr auto XALE_CONFIG_DEFAULT_FILE_NAME = "appconfig.json"

Variable Documentation

◆ XALE_CONFIG_DEFAULT_FILE_NAME

auto XALE_CONFIG_DEFAULT_FILE_NAME = "appconfig.json"
constexpr