Returns the setting of a specified environment parameter.
GETENV("envstr")
"envstr" |
- |
A string, the environment variable to get. |
A string.
getenv("PATH")
returns the definition of PATH, the current search path string.
The environment string, envstr, must contain a text string that is identical to a defined operating system environment variable.