io.file.writeAll
does not append with StandardOpenOption.APPEND
#1371
Milestone
io.file.writeAll
does not append with StandardOpenOption.APPEND
#1371
It seems that
StandardOpenOption.APPEND
is being ignored, insteadio.file.writeAll
will just overrwrite the file.The below example results in two files;
test-fs2.out
andtest-java.out
. They both should contain the text:However
test-fs2.out
only contains the letterc
.The text was updated successfully, but these errors were encountered: