mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 12:57:31 +02:00
committed by
Klemens Morgenstern
parent
11b267e724
commit
51a73f2e64
@ -73,15 +73,14 @@ enum class file_mode
|
||||
*/
|
||||
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 file prior to each write.
|
||||
|
||||
@li If the file does not exist, it is created.
|
||||
|
||||
@li If the file exists, it is truncated to
|
||||
zero size upon opening.
|
||||
@li If the file exists, the new data gets appended.
|
||||
*/
|
||||
append,
|
||||
|
||||
|
Reference in New Issue
Block a user