Process.setWorkDir

Set work directory for the process to be started

  1. auto ref setWorkDir(string workdir)
  2. auto ref setWorkDir(Path workdir)
    struct Process
    ref
    setWorkDir
    (
    in Path workdir
    )

Parameters

workdir Path

working directory path to run process in

Return Value

Type: auto ref

reference to this (process instance)

Meta