writeTo



fun writeTo(directory: Path): Path

Writes this to directory as UTF-8 using the standard directory structure and returns the newly output path.


fun writeTo(directory: File): File

Writes this to directory as UTF-8 using the standard directory structure and returns the newly output file.


fun writeTo(filer: Filer)

Writes this to filer.