Retrieves the value of an environment variable from the current process.
- Parameters
-
variable | The name of the environment variable. |
- Returns
- xtd::string The value of the environment variable specified by variable, or empty "" if the environment variable is not found.