Posts by user64012 • 1 point
1 post
-
0
votes1
answer33
viewsQ: save text to file
I’m using this code to record to the archive: try(BufferedWriter bw = Files.newBufferedWriter(caminho, formato)){ bw.write("frase teste\n"); bw.write("outra coisa"); }catch(IOException e) {…