Skip to content

Instantly share code, notes, and snippets.

@rustyvz
Created April 7, 2025 19:31
Show Gist options
  • Save rustyvz/dd5ecfeda3adc3bbbb88e0b66555b843 to your computer and use it in GitHub Desktop.
Save rustyvz/dd5ecfeda3adc3bbbb88e0b66555b843 to your computer and use it in GitHub Desktop.
// val writer: BufferedWriter =
// File("path/to/file").bufferedWriter
File("path/to/file").writeText("text to write")
File("path/to/file").appendText("text to append")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment