: : : How can I get the full path of the exe filenames ?
: : : The szExeName property of PROCESSENTRY32 doesn't really show the full path but only the filename.
: : :
: : :
: : One way to get the full path is to use a iterative directory-tree-walk search using FindFirst(), FindNext(), and FindClose(). That's easy to code, but quite processor-heavy.
: :
: Yep it is far too heavy I think, is there any other way ?
:
You can try the ExpandFilePath().