Process.this

Creates a new process (and spawns it).

  1. this(string[] args, std.stdio.File upstream)
    struct Process
    this
    (
    string[] args
    ,
    std.stdio.File upstream
    )
  2. this(string[] args)

Parameters

args string[]

args for the process

upstream std.stdio.File

file object used as stdin for the process

Meta