G Guest Feb 16, 2004 #1 I want to get the real name of my .exe and the current directory if the user change it, but i haven't find a function that do the job. Please help Thanks
I want to get the real name of my .exe and the current directory if the user change it, but i haven't find a function that do the job. Please help Thanks
D David Lowndes Feb 16, 2004 #2 I want to get the real name of my .exe and the current directory if the user change it, but i haven't find a function that do the job. I suspect GetModuleFileName (with a NULL module handle) is what you're looking for. Dave
I want to get the real name of my .exe and the current directory if the user change it, but i haven't find a function that do the job. I suspect GetModuleFileName (with a NULL module handle) is what you're looking for. Dave