mirror of
https://github.com/boostorg/beast.git
synced 2025-08-01 05:44:38 +02:00
committed by
Klemens Morgenstern
parent
11b267e724
commit
51a73f2e64
@@ -73,15 +73,14 @@ enum class file_mode
|
|||||||
*/
|
*/
|
||||||
write_existing,
|
write_existing,
|
||||||
|
|
||||||
/** Appending to a new or truncated file
|
/** Appending to a new or existing file
|
||||||
|
|
||||||
The current file position shall be set to the end of
|
The current file position shall be set to the end of
|
||||||
the file prior to each write.
|
the file prior to each write.
|
||||||
|
|
||||||
@li If the file does not exist, it is created.
|
@li If the file does not exist, it is created.
|
||||||
|
|
||||||
@li If the file exists, it is truncated to
|
@li If the file exists, the new data gets appended.
|
||||||
zero size upon opening.
|
|
||||||
*/
|
*/
|
||||||
append,
|
append,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user