workingDir

abstract fun workingDir(dir: Any): ProcessForkOptions

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

Return

this

Parameters

dir

The working directory. Must not be null.