On 13.08.2011 23:11, Frank Church wrote:
Is there a Lazarus/FPC routine to list the processes running on a Linux
system, the equivalent of EnumProcesses + GetCommandLineEx(Pids[x]) on
Windows?

There is no cross platform way for that so you either need to list the files in "/proc" (those directories that contain only a number are processes) or parse the output of e.g. "top". "top" itself afaik scans "/proc" as well.

Regards,
Sven


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to