getWorkingDir

@ReplacedBy(value = "workingDirectory")
abstract fun getWorkingDir(): File(source)

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

Return

The working directory. Never returns null.