env
Alias of System.getenv to retrieve the value of an environment variable.
Return
The value of the variable if present; otherwise null
.
Parameters
name
The name of the variable.
Alias of System.getenv to retrieve the value of an environment variable.
The value of the variable if present; otherwise null
.
The name of the variable.