KProcess
Oliver Eichler
oliver.eichler at gmx.de
Tue Feb 8 18:02:25 GMT 2000
On Mon, 07 Feb 2000, you wrote:
>Sorry in advance if the problem is "too newbie" :)
>I have a problem with KProcess, here is a piece of the code:
>
>KProcess process; { Declared process }
>process << "echo" << "this is a test"; { Gave process the arguments:
I would say it must be:
process << "echo" << "some" << "silly" << "words";
KProcess does not digest whitespace.
oliver
More information about the KDevelop
mailing list