createOutFile

fun createOutFile(fileName: String): File(source)

Creates a file in the standard KSL output directory. Parent directories are created if they do not exist.

Return

the created File instance

Parameters

fileName

the name of the file to create