Package-level declarations
Types
Functions
Link copied to clipboard
fun processAllFiles(inputDirectoryPath: Path, withFilenameEndings: Set<String>, outputDirectoryPath: Path, recursive: Boolean = true, process: Project.() -> Unit)
Iterates over all files contained in the inInputDirectory and having an extension contained in withFilenameEndings. The process is executed on each of those input files.