I would like to get the path to the execution directory of a windows forms application (ie: the directory in which the executable is located). Does anyone know of a built-in method in .Net to do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Application.Current results in an appdomain http://msdn.microsoft.com/en-us/library/system.appdomain_members.aspx Application.Current.BaseDirectory should give you the location of the assembly I seem to recall there being multiple ways of getting the location of the application. but this one worked for me in the past atleast (it's been a while since i've done winforms programming :/) |
||||
|
|
|
In VB.NET
In C#
|
|||||||||
|
|
|
|||
|
|
|
check this out
|
||||
|
|
|
|||
|