What do yo thing about adding an extra parameter to Process.launch..., somthing like
- Code: Select all
launchImpl(const std::string& command,
const ArgsImpl& args,
__const std::string& WOTKING_DIR__,
Pipe* inPipe, Pipe* outPipe, Pipe* errPipe);
any comments???
Thanks





