get current directory path in c# console application code example
Example: c# windows application get current path
System.IO.Path.GetDirectoryName(Application.ExecutablePath);
System.IO.Path.GetDirectoryName(Application.ExecutablePath);