Process.workDir

Return the working directory for the process.

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

Return Value

Type: const(char)[]

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

Meta