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