Hi
I'm wondering if there is a simple win32 API to retrieve
the current module filename (xxxx.exe)
I know about GetModuleFilename which gets the full path.
And I have read that argv[0] holds the exe name, but that also give me the full path.
What I'm after is an API to give me just the name, with or without an extension.
Any simple solutions?