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