Hello everyone
I am working on a console application in c# that i need to be restart itself after doing some work. as in windows form there is a function Application.ExecutablePath, this can be used to get the full path of the executable path but I cannot find any such in console.
please suggest something.
Thanks
Devendra