B
Bill
Is there a better way than
string exePath = Assembly.GetExecutingAssembly().CodeBase;
to get the path to my EXE?
string exePath = Assembly.GetExecutingAssembly().CodeBase;
to get the path to my EXE?