unsetenv


Description:

public void unsetenv (string variable)

Removes the environment variable variable from the environment of processes launched from this launcher.

The variable name should be in the GLib file name encoding. On UNIX, this means that they can be arbitrary byte strings. On Windows, they should be in UTF-8.

Parameters:

this

a Subprocess

variable

the environment variable to unset, must not contain '='