public static native readonly property environmentVariables as Map<String, String>
Environment variables of the current process.
Example: Application.environmentVariables["PATH"].
Application.environmentVariables["PATH"]
path = Application.environmentVariables["PATH"] print(path)