Process.inWorkDir

Return a new Process with the working directory set to the provided path, leaving the original unchanged.

  1. Process inWorkDir(string workdir)
  2. Process inWorkDir(Path workdir)
    struct Process
    const
    inWorkDir
    (
    in Path workdir
    )

Meta