Process.stdin

Return the running process' standard input pipe.

class Process
@property
stdin
()

Return Value

a write-only PipeConduit connected to the child process' stdin.

Remarks: The stream will be null if no child process has been executed, or the standard input stream was not redirected.

Meta