delphirtl
Version:
RTL functions from Delphi
28 lines (14 loc) • 562 B
Markdown
[**delphirtl**](../README.md) • **Docs**
***
[](../globals.md) / GetEnvironmentVariable
> **GetEnvironmentVariable**(`Name`): `string`
Retrieves the contents of the specified variable from the environment block
• **Name**: `string`
The name of the environment variable to retrieve
`string`
The value of the given environment variable
[](https://github.com/chuacw/delphirtl/blob/b2d86277a5251f0037cf01044224c3e29dc4c6be/src/sysutils.ts#L397)