Getting the path of a running process.
Re: Getting the path of a running process.
Quote:
Originally Posted by
Circadian
Any ideas are greatly appreciated.
I would try GetModuleFileNameEx()
Re: Getting the path of a running process.
Are you including Psapi.h and linking to Psapi.lib?
Vlad's suggestion is probably easier though.
Re: Getting the path of a running process.
Haha, well, I got it all figured out myself. Thanks for your attempts to help!
Please close.