Reputation: 25738
I want to append some path after PATH env item in the c# code, how to do that?
Upvotes: 1
Views: 289
Reputation: 3279
Check Environment.SetEnvironmentVariable method. More details here.
Environment.SetEnvironmentVariable