Created
April 7, 2025 19:31
-
-
Save rustyvz/dd5ecfeda3adc3bbbb88e0b66555b843 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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