Back to FabImage Library websiteYou are here:
Start »
Function Reference »
System »
Process »
ReadEnvironmentVariable_OrNil
ReadEnvironmentVariable_OrNil
Header: |
STD.h
|
Namespace: |
fil |
Module: |
FoundationLite |
Reads environment variable by given name.
Syntax
void fil::ReadEnvironmentVariable_OrNil
(
const ftl::String& inVariableName,
ftl::Conditional<ftl::String>& outValue
)
Parameters
|
Name |
Type |
Default |
Description |
 |
inVariableName |
const String& |
|
Variable name to be read |
 |
outValue |
Conditional<String>& |
|
Variable value or nil |