tmp/tmpi2yefy0o/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**Table: `openmode` effects** <a id="ios.openmode">[ios.openmode]</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 |
+
|