Process enum full path problem

delphi package - easy access to kernel objects etc.
Post Reply
George
Posts: 3
Joined: Thu Jan 27, 2005 1:36 am

Process enum full path problem

Post by George »

Hello,

this code

Code: Select all

with Processes do
    for i1 := 0 to ItemCount - 1 do
      s1 := s1 + #13#10 + Items[i1].ExeFile;
will display the full paths when i run the program inside delphi.

When I run it outside delphi, in some exe files like alg.exe or cvshost.exe it displays only the exe without the full path.

Why?

Thanks
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Post Reply