From Jason Turner

[ios.openmode]

Diff to HTML by rtfpessoa

tmp/tmpnfl41fm4/{from.md → to.md} RENAMED
@@ -1,11 +1,12 @@
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
 
 
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
+ | `noreplace` | open in exclusive mode |
10
  | `out` | open for output |
11
  | `trunc` | truncate an existing stream when opening |
12