Process.workDir

Set the working directory for the process.

  1. const(char)[] workDir [@property getter]
  2. const(char)[] workDir [@property setter]
    class Process
    @property
    const(char)[]
    workDir
    (
    const(char)[] dir
    )

Parameters

dir const(char)[]

a string with the working directory; null if the working directory is the current directory.

Return Value

Type: const(char)[]

the directory set.

Meta