jmerencilla
Programmer
hi. i just want to know the equivalent code App.Path in VB.Net. I tried System.Reflection.Assembly.GetExecutingAssembly.Location. it gives me the path where my .exe file(eg. c:\test\test.exe)is located, but I need to know only the path without the name of my .exe (e.g c:\test). Please help. thanks. 