writeCode

fun writeCode(output: File): Boolean

Writes this file's data to another file as a code source (*.h) file.

Return

true if successful, false otherwise

Parameters

output

The output file to write to.