This will give you the current executable directory in .Net: System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);
Currently rated 1.0 by 1 people
Tags: c#, .net, current executable directory
Software