hashcode-utils-kt / org.hildan.hashcode.utils.writer / writeHCOutputFile

writeHCOutputFile

fun writeHCOutputFile(path: Path, lines: Iterable<CharSequence>): Unit

Writes the given lines to a file at the given path. All necessary parent directories are created if they don't exist. The output file is overwritten if already existing.