Process.this

Creates a new process (and spawns it)

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

Parameters

args string[]

args for the process

Meta