Module os
Function Index
| getenv/1 | Get an environment variable value if defined. |
Function Details
getenv/1
getenv(Name::nonempty_string()) -> nonempty_string() | false
Name: name of the environment variable
returns: the value of environment variable or false if unset
Get an environment variable value if defined