How do I find out what directory my console app is running in with C#?
Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location)