EnvGet()

Namespace ›› System ›› Mfunc ›› Methods ››
Parent Previous Next

EnvGet()

OutputVar := Mfunc.EnvGet(EnvVarName)

Mfunc.EnvGet(EnvVarName)

Retrieves an environment variable.

Parameters

EnvVarName

The name of the environment variable to retrieve. For example: OutputVar := Mfunc.EnvGet("Path").
Can be MfString instance or var containing string.

Returns

Returns the operating system environment variable or null if environment variable is empty or does not exist.

Remarks

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.

Related

AutoHotkey Docs - EnvGet