From Jason Turner

[ios.openmode]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpi2yefy0o/{from.md → to.md} +11 -0
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
+