indigo. io. environment

Created18.07.2005
Last modified18.07.2005

Provides the struct Environment.

Summary
Provides access to the system’s environment variables.
Retrieve the value for the environment variable with the given name.

Environment

Provides access to the system’s environment variables.  Currently this is a relatively simple wrapper, and it exists mainly to prepare for changes in the underlying API and to make future thread-safe implementations possible.

This struct is not meant to be instantiated.  All its functions are static.

Summary
Retrieve the value for the environment variable with the given name.

Operators

opIndex()

static char[] opIndex(char[] name)

Retrieve the value for the environment variable with the given name.  The returned array is a copy that belongs to the caller after this function exits.

static char[] opIndex(char[] name)
Retrieve the value for the environment variable with the given name.
Provides access to the system’s environment variables.