api / org.gradle.api.file / ConfigurableFileTree / from

from

abstract fun from(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