get application current directory c# code example
Example: get current directory c# \
System.IO.Path.GetDirectoryName(Assembly.GetEntryAssembly().Location);
System.IO.Path.GetDirectoryName(Assembly.GetEntryAssembly().Location);