Oct 27, 2005 #1 CaKiwi Programmer Apr 8, 2001 1,294 US How do I find the folder where the current executable resides (a dll in my case) I have also posted this in the C++ forum. Either solution will do. CaKiwi
How do I find the folder where the current executable resides (a dll in my case) I have also posted this in the C++ forum. Either solution will do. CaKiwi
Oct 27, 2005 1 #2 Guru7777 Programmer Dec 10, 2003 331 US You could use Application.ExecutablePath Upvote 0 Downvote
Oct 27, 2005 Thread starter #3 CaKiwi Programmer Apr 8, 2001 1,294 US Thanks, Guru7777. Your response lead me to Application.StartupPath which is what I will use. CaKiwi Upvote 0 Downvote