env

fun env(name: String): String?(source)

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.