eachFile

abstract fun eachFile(action: Action<in FileCopyDetails>): CopySpec(source)
abstract fun eachFile(@DelegatesTo(value = FileCopyDetails::class) closure: Closure): CopySpec(source)