Hello everyone. I want to know the application startup path for C# 2.0 windows form application. One way is Application.StartupPath. Is there another way to find the application startup path?
That will work most times, but what if you are executing in another AppDomain?
Mitch Wheat
2009-09-11 05:08:26
+3
A:
Look at this: http://stackoverflow.com/questions/837488/how-can-i-get-the-applications-path-in-c-in-a-console-app
J. Random Coder
2009-09-11 05:08:05