Nebula
Loading...
Searching...
No Matches
Win32::Win32Environment Class Reference

#include <win32environment.h>

Detailed Description

Provides read-access to environment variables.

Useful for tools. NOTE: using this class restricts your code to the Win32 platform.

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
 

Member Function Documentation

◆ Exists()

bool Win32::Win32Environment::Exists ( const Util::String & envVarName)
static

return true if env-variable exists

◆ Read()

String Win32::Win32Environment::Read ( const Util::String & envVarName)
static

get value of existing env-variable


The documentation for this class was generated from the following files: