fileValue

abstract fun fileValue(@Nullable file: File): FileSystemLocationProperty<T>(source)

Sets the location of this file, using a File instance. File instances with relative paths are resolved relative to the project directory of the project that owns this property instance.

This method is the same as set but allows method chaining.

Return

this

Since

6.0