Process.setWorkDir

Set work directory for the process to be started

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

Parameters

workdir Path

working directory path to run process in

Meta