System::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.(C) 2009 Radon Labs GmbH
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 | |