It's not possible to modify environment variables of other processes.
Parameters
key | Environment variable name. |
value | Environment variable value. Example: |
void setEnvironmentVar(string key, string value) @trusted nothrowSets an environment variable for a process.
It's not possible to modify environment variables of other processes.
key | Environment variable name. |
value | Environment variable value. Example: |