Description
Sets the value of an environment variable.
Syntax
Shell.setEnvironmentVariable(name, value)
Parameters
Returns
Returns true if successful, or false otherwise.
Example
Shell.setEnvironmentStrings("test", "test value");