Path of my executeable

  • Thread starter Thread starter Abubakar
  • Start date Start date
A

Abubakar

Hi,
I'm using WTL, and I want to know the path of my exe. How do i do that?

Regards,

Ab.
 
Hi,
I'm using WTL, and I want to know the path of my exe. How do i do that?

GetModuleFileName should do the trick.

--

Kind regards,
Bruno.
(e-mail address removed)
Remove only "_nos_pam"
 
yep, that worked, thanks.

Ab.

Bruno van Dooren said:
GetModuleFileName should do the trick.

--

Kind regards,
Bruno.
(e-mail address removed)
Remove only "_nos_pam"
 
Back
Top