getenv
Return the value of an item in the running environment, or null
if the name is not found.
Return
value of that variable, if any
Parameters
name
name of the environment variable
Return the value of an item in the running environment, or a default value if not found.
Return
value of that variable, if any
Parameters
name
name of the environment variable
default
default value to return if no environment variable is found