I used "CreateToolhelp32Snapshot()" and "Process32Next()" to get information of a process and store it in "PROCESSENTRY32".

Question:
How can I get full path of executable file? ("szExeFile" property just store name of executable file.)
Thank you!