<div dir="ltr">How to redirect io in spawnProcess (eg stderr to stdout)?<div><br></div><div>is it safe to use it with a same File object for stderr and stdout as follows?</div><div>Couldn't find this in the docs.</div><div><br></div><div>auto logFile =File(...);</div><div><div>auto pid = spawnShell(command,</div><div>                        std.stdio.stdin,</div><div>                        logFile,</div><div>                        logFile);</div></div><div><br></div></div>