Search found 1 match

by spiceagent11
28 Oct 2021, 15:55
Forum: Everything about Dll-Files
Topic: DLL change path
Replies: 20
Views: 24300

Re: DLL change path

I did exactly what you said:
string filename = Path.Combine("Environment.CurrentDirectory", "settings.xml");

Are there any other options or am I still doing something wrong?