OutputVar := Mfunc.EnvGet(EnvVarName)
Retrieves an environment variable.
EnvVarName
The name of the environment variable to retrieve. For example: OutputVar := Mfunc.EnvGet("Path").
Can be MfString instance or var containing string.
Returns the operating system environment variable or null if environment variable is empty or does not exist.
Wrapper for AutoHotkey Docs - EnvGet.
Static method.
If the specified environment variable is empty or does not exist, Return value is null.
The operating system limits each environment variable to 32 KB of text.