Method putenv()
- Method
putenv
voidputenv(stringvarname,void|stringvalue)- Description
Sets the environment variable
varnametovalue.If
valueis omitted or zero, the environment variablevarnameis removed.varnameandvaluecannot be wide strings nor contain'\0'characters.varnamealso cannot contain'='characters.- Note
On NT the environment variable name is case insensitive.
- See also