|
![]() |
#1 |
Участник
|
Use file.writeRaw(...) instead of file.write
or put everything into container and the write it to the file: container con; ... con = [str1] file.write(con); |
|