Nebula
|
#include <posixenvironment.h>
Provides read-access to environment variables.
Useful for tools.
(C) 2013-2018 Individual contributors, see AUTHORS file
Static Public Member Functions | |
static bool | Exists (const Util::String &envVarName) |
return true if env-variable exists | |
static Util::String | Read (const Util::String &envVarName) |
get value of existing env-variable | |
|
static |
return true if env-variable exists
|
static |
get value of existing env-variable