api / org.gradle.api.file / ConfigurableFileTree / setDir

setDir

abstract fun setDir(dir: Any): ConfigurableFileTree

Specifies base directory for this file tree using the given path. The path is evaluated as per .

Parameters

dir - The base directory.

Return
this