Extracted from Pike v7.6 release 33 at 2005-08-19.
pike.ida.liu.se
[Top]

Method putenv()


Method putenv

void putenv(string varname, string value)

Description

Sets the environment variable varname to value .

On NT the environment variable name is case insensitive.

See also

getenv()