OSSingleton.getEnvironment

Returns the value of an environment variable. Returns an empty string if the environment variable doesn't exist. Note: Double-check the casing of variable. Environment variable names are case-sensitive on all platforms except Windows.

struct OSSingleton
@nogc nothrow const
String
getEnvironment
(
in String variable
)

Meta