B
Bill
I need to find the path to my EXE. Is there a better way than:
string exePath = Assembly.GetExecutingAssembly().CodeBase;
Thanks.
string exePath = Assembly.GetExecutingAssembly().CodeBase;
Thanks.