Process.copyEnv

Set the copyEnv flag. If set to true, then the environment will be copied from the current process. If set to false, then the environment is set from the env field.

  1. bool copyEnv [@property getter]
  2. bool copyEnv [@property setter]
    class Process
    @property
    bool
    copyEnv
    (
    bool b
    )

Meta