tmp/tmpxwj8swwu/{from.md → to.md}
RENAMED
|
@@ -1,11 +0,0 @@
|
|
| 1 |
-
**Table: `openmode` effects** <a id="tab:iostreams.openmode.effects">[tab:iostreams.openmode.effects]</a>
|
| 2 |
-
|
| 3 |
-
| Element | Effect(s) if set |
|
| 4 |
-
| -------- | ----------------------------------------------------------------- |
|
| 5 |
-
| `app` | seek to end before each write |
|
| 6 |
-
| `ate` | open and seek to end immediately after opening |
|
| 7 |
-
| `binary` | perform input and output in binary mode (as opposed to text mode) |
|
| 8 |
-
| `in` | open for input |
|
| 9 |
-
| `out` | open for output |
|
| 10 |
-
| `trunc` | truncate an existing stream when opening |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|