GetModuleFileName retrieves module names for the current process only.
You can use GetModuleFileNameEx for other processes.
Pass 0 for the module handle to get the main executable.

          Roger


_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to