setEnv

Sets an environment variable.

void
setEnv
(
string key
,
string value
)

Parameters

key string

The name of the environment variable.

value string

The value to set.

Meta