Process.setWorkDir

Set work directory for the process to be started

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

Parameters

workdir string

working directory path to run process in

Meta