1

I want to append some path after PATH env item in the c# code, how to do that?

Adam Lee
  • 24,710
  • 51
  • 156
  • 236

1 Answers1

1

Check Environment.SetEnvironmentVariable method. More details here.

Tomek
  • 3,267
  • 2
  • 22
  • 23