Home  Contents

os.getenv

OS Lua Commands

SYNOPSIS

os.getenv(varname)

DESCRIPTION

Returns the value of the process environment variable varname.

ERRORS

Returns nil if the variable is not defined.