ProcessPipes.stdin

An std.stdio.File that allows writing to the child process' standard input stream.

struct ProcessPipes
@property @safe nothrow
stdin
()

Throws

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

Meta