A Quick Way to Obtain the Current Execution Path of an Application
An easy way to identify the execution path of the current assembly is to retrieve the read-only AppDomain.CurrentDomain.BaseDirectory property. Note that Environment.CurrentDirectory property (read-write) also does the same, as long