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.
See Implementation
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.