I want to get the path of my app like: \"\\\\ProgramFiles\\\\myApp\", I try to use the following code:
string path = System.Reflection.Assembly.GetExecuting
If its an exe as in your case use:
// Summary: // Gets the path for the executable file that started the // application, not including the executable name. Application.StartupPath