api / org.gradle.process / ProcessForkOptions / getWorkingDir

getWorkingDir

abstract fun getWorkingDir(): File

Returns the working directory for the process. Defaults to the project directory.

Return
The working directory. Never returns null.