Back to Aurora Vision Library Lite website

You are here: Start » System » Process » ReadEnvironmentVariable_OrNil

ReadEnvironmentVariable_OrNil


Header: STD.h
Namespace: avl

Reads environment variable by given name.

Syntax

void avl::ReadEnvironmentVariable_OrNil
(
	const atl::String& inVariableName,
	atl::Conditional<atl::String>& outValue
)

Parameters

Name Type Default Description
Input value inVariableName const String& Variable name to be read
Output value outValue Conditional<String>& Variable value or nil