I usually access the directory that contains my application’s .exe with:
System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location);
I usually access the directory that contains my application’s .exe with:
System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location);