Process.inWorkDir

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

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

Meta