From kde-core-devel Wed Mar 29 13:54:13 2000 From: "Hummel, Timo" Date: Wed, 29 Mar 2000 13:54:13 +0000 To: kde-core-devel Subject: RE: RE: Binary location X-MARC-Message: https://marc.info/?l=kde-core-devel&m=95433815116111 >Then >- if argv[0] has the full path, you've got it >- if not, then findExe (which uses $PATH) will return the same one as >the one the shell chose - the first one in $PATH. >I don't see a problem here. I'll try it that way, thanks.