I have a small problem and I'm sure someone out there can easily help me out.

On the form load of my application I put the app.path return value in a string which I will use afterward. My app is installed in C:\APP. If I go in C:\APP and start APP.EXE, all will work great. However, if I take APP.EXE and set it a shortcut let's say on my quicklaunch bar, app.path will retrieve C:\.

I would want it to always return C:\APP (Of course, the dir could change, or else I would go with a static string containing "C:\APP".)

Thanks!