المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to get the name of the current .exe of my application within my application



C++ Programming
04-01-2009, 04:00 PM
Hai!
I have an MFC application. i build it in both release and debug build. it generates an .exe file. Can i get the name of this .exe programmatically.
within my application.
what i actually need is the name of the exe. If it has been renamed manually then i need the changed name

Thanks!