Enumeration used to determine whether 'open' should open an existing file, or create a new file.
Synopsis
Declared in <bdls_filesystemutil.h>
enum FileOpenPolicy;
Members
Name |
Description |
|
Open a file if it exists, and fail otherwise. |
|
Create a new file, and fail if the file already |
|
Create a new file with access restricted to the |
|
Open a file if it exists, and create a new file |
Created with MrDocs