SetEnvironmentVariable Method (SystemFunctions)
Class
SystemFunctions
.
Action
Sets the value of the specified environment variable.
Syntax
SetEnvironmentVariable (
sName
,
sValue
)
Variable
Description
sName
The name of the environment variable.
String
.
sValue
The value of the specified environment variable.
String
.