Enumeration used to distinguish between different ways to handle the contents, if any, of an existing file immediately upon opening the file.
Declared in <bdls_filesystemutil.h>
enum FileTruncatePolicy;
| Name | Description |
|---|---|
e_TRUNCATE | Delete the file's contents on open. |
e_KEEP | Keep the file's contents. |