setWorkingDir

abstract fun setWorkingDir(dir: File)(source)

Sets the working directory for the process.

Since

4.0

Parameters

dir

The working directory. Must not be null.


abstract fun setWorkingDir(dir: Any)(source)

Sets the working directory for the process. The supplied argument is evaluated as per file.

Parameters

dir

The working directory. Must not be null.