win32api.GetEnvironmentVariable
str = GetEnvironmentVariable(variable)
Retrieves the value of an environment variable.
Parameters
Win32 API References
Return Value
Returns None if environment variable is not found
str = GetEnvironmentVariable(variable)
Retrieves the value of an environment variable.