klyn.Application.environmentVariables
property
public static native readonly property environmentVariables as Map<String, String>
Description

Environment variables of the current process.

Example: Application.environmentVariables["PATH"].

Example
path = Application.environmentVariables["PATH"]
print(path)