Set the process' arguments from the arguments received by the method.
Remarks: The first element of the array must be the name of the process' executable.
a reference to this for chaining
void example ( ) { auto p = new Process; p.setArgs("myprogram", "first", "second argument", "third").execute(); }
See Implementation
Set the process' arguments from the arguments received by the method.
Remarks: The first element of the array must be the name of the process' executable.