Process.workDir

Set the working directory for the process.

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

Parameters

dir cstring

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

Return Value

Type: cstring

the directory set.

Meta