tmp/tmpcfwkoufu/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
**Table: Enum class `copy_options`** <a id="fs.enum.copy.opts">[fs.enum.copy.opts]</a>
|
| 2 |
|
| 3 |
| Constant | Meaning |
|
| 4 |
-
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| 5 |
| `none` | (Default) Error; file already exists. |
|
| 6 |
| `skip_existing` | Do not overwrite existing file, do not report an error. |
|
| 7 |
| `overwrite_existing` | Overwrite the existing file. |
|
| 8 |
| `update_existing` | Overwrite the existing file if it is older than the replacement file. \ohdrx{2}{Option group controlling `copy` function effects for subdirectories} |
|
| 9 |
| `recursive` | Recursively copy subdirectories and their contents. \ohdrx{2}{Option group controlling `copy` function effects for symbolic links} |
|
|
|
|
| 1 |
**Table: Enum class `copy_options`** <a id="fs.enum.copy.opts">[fs.enum.copy.opts]</a>
|
| 2 |
|
| 3 |
| Constant | Meaning |
|
| 4 |
+
| ---------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| 5 |
| `none` | (Default) Error; file already exists. |
|
| 6 |
| `skip_existing` | Do not overwrite existing file, do not report an error. |
|
| 7 |
| `overwrite_existing` | Overwrite the existing file. |
|
| 8 |
| `update_existing` | Overwrite the existing file if it is older than the replacement file. \ohdrx{2}{Option group controlling `copy` function effects for subdirectories} |
|
| 9 |
| `recursive` | Recursively copy subdirectories and their contents. \ohdrx{2}{Option group controlling `copy` function effects for symbolic links} |
|