SetEnvironmentVariable Method (SystemFunctions)

Action

Sets the value of the specified environment variable.

Syntax

C#

SetEnvironmentVariable (sName, sValue);

VB

SetEnvironmentVariable (sName, sValue)
Variable Description
sName The name of the environment variable. String.
sValue The value of the specified environment variable. String.