Process.setWorkDir

Set work directory for the process to be started

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

Parameters

workdir string

working directory path to run process in

Return Value

Type: auto ref

reference to this (process instance)

Meta