Question : how to get execution path in c#

how can i get current execution path using c# in console based application

Answer : how to get execution path in c#

Hi,
The above code is for getting the current ,
use the below code for getting directory path,

System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase)

Deepu
Random Solutions  
 
programming4us programming4us