How do get the startup path ( system.windows.forms.application.StartupPath ) of my exe without adding a reference to system.windows.forms?
How do get the startup path ( system.windows.forms.application.StartupPath ) of my exe without adding
Share
You could try
which would work for most cases.