diff options
Diffstat (limited to '')
| -rw-r--r-- | src/file.h | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -65,7 +65,9 @@ namespace Bu | |||
| 65 | Exclusive = 0x44, ///< Create file, if it exists then fail | 65 | Exclusive = 0x44, ///< Create file, if it exists then fail |
| 66 | 66 | ||
| 67 | // Helpful mixes | 67 | // Helpful mixes |
| 68 | ReadWrite = 0x03 ///< Open for reading and writing | 68 | ReadWrite = 0x03, ///< Open for reading and writing |
| 69 | WriteNew = 0x0E ///< Create a file (or truncate) for writing. | ||
| 70 | /// Same as Write|Create|Truncate | ||
| 69 | }; | 71 | }; |
| 70 | /** | 72 | /** |
| 71 | * Create a temp file and return its handle. The file is opened | 73 | * Create a temp file and return its handle. The file is opened |
