I am new to VB development so my question is an easy one: How do I set the current working directory for my visual basic application? Let's say my exe resides at d:\dev\vb\folder1 and so when I execute my exe from a DOS prompt at that directory, I want the current working directory to be that directory (or wherever the exe resides at). I am aware of 'App.Path' and CurDir but not to get the current working directory where the exe resides.
Thanks!
Thanks!