Navigation

Operators and Keywords

Function List:

C++ API

: getenv (var)

Return the value of the environment variable var.

For example,

getenv ("PATH")

returns a string containing the value of your path.

See also: setenv, unsetenv.

Package: octave