Adam Lee
Adam Lee

Reputation: 25738

How to add the dll search path in the code?

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

Upvotes: 1

Views: 289

Answers (1)

Tomek
Tomek

Reputation: 3279

Check Environment.SetEnvironmentVariable method. More details here.

Upvotes: 1

Related Questions