Options controlling the behavior of writeFileAtomic().
Synopsis
Declared in <folly/FileUtil.h>
class WriteFileAtomicOptions;
Member Functions
Name |
Description |
|
Constructs the options with default values. |
Sets the mode bits used for the temporary file. |
|
Sets whether the data is synced to storage before the rename. |
|
Sets the directory used for the temporary file. |
Data Members
Name |
Description |
Permission bits for the temporary file. |
|
Whether to sync before rename. |
|
Directory for the temporary file. |
Created with MrDocs