setWorkingDir

open fun setWorkingDir(dir: File)

Sets the working directory for the process.


open fun setWorkingDir(dir: Any)

Sets the working directory for the process. The supplied argument is evaluated as per * org.gradle.api.Project#file(Object).