зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
8 строки
132 B
Plaintext
8 строки
132 B
Plaintext
auto file = File(fileName, "wt");
|
|
auto dst = file.lockingTextWriter;
|
|
|
|
auto file = File(fileName, "rt");
|
|
|
|
appenders:
|
|
file.byChunk(5)
|