Process.workDir

Return the working directory for the process.

  1. cstring workDir()
    class Process
    workDir
    ()
  2. cstring workDir(cstring dir)

Return Value

Type: cstring

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

Meta