Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 2
    It should be Application.CurrentDomain.
    – Max
    Commented Apr 20, 2011 at 15:08
  • 1
    This did not appear to work in .NET 4.0, but Application.UserAppDataPath did work. Commented Feb 20, 2014 at 14:22
  • 1
    AppDomain.CurrentDomain.BaseDirectory
    – A Khudairy
    Commented Jan 19, 2016 at 8:17