Skip to main content

Module environment

Module environment 

Source
Expand description

Process environment baselines.

Windows exposes the logged-in user’s machine + user environment through CreateEnvironmentBlock. Unix has no equivalent stable OS API, so the conservative fallback is a snapshot of the current process environment.

Functions§

user_baseline_environment
Return the logged-in user’s baseline environment.