ProcessPipes.stdout

An std.stdio.File that allows reading from the child process' standard output stream.

struct ProcessPipes
@property @safe nothrow
stdout
()

Throws

$(OBJECTREF Error) if the child process' standard output stream hasn't been redirected.

Meta