tmp/tmp89ioziq2/{from.md → to.md}
RENAMED
|
@@ -9,16 +9,16 @@ exposition; implementations shall provide only a single definition.
|
|
| 9 |
Every other constant in the table represents a distinct bitmask element.
|
| 10 |
|
| 11 |
**Table: Enum class `copy_options`** <a id="fs.enum.copy.opts">[fs.enum.copy.opts]</a>
|
| 12 |
|
| 13 |
| Constant | Meaning |
|
| 14 |
-
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------
|
| 15 |
| `none` | (Default) Error; file already exists. |
|
| 16 |
| `skip_existing` | Do not overwrite existing file, do not report an error. |
|
| 17 |
| `overwrite_existing` | Overwrite the existing file. |
|
| 18 |
-
| `update_existing` | Overwrite the existing file if it is older than the replacement file. \ohdrx{2}{Option group controlling `copy` function effects for
|
| 19 |
-
| `recursive` | Recursively copy
|
| 20 |
| `copy_symlinks` | Copy symbolic links as symbolic links rather than copying the files that they point to. |
|
| 21 |
| `skip_symlinks` | Ignore symbolic links. \ohdrx{2}{Option group controlling `copy` function effects for choosing the form of copying} |
|
| 22 |
| `directories_only` | Copy directory structure only, do not copy non-directory files. |
|
| 23 |
| `create_symlinks` | Make symbolic links instead of copies of files. The source path shall be an absolute path unless the destination path is in the current directory. |
|
| 24 |
| `create_hard_links` | Make hard links instead of copies of files. |
|
|
|
|
| 9 |
Every other constant in the table represents a distinct bitmask element.
|
| 10 |
|
| 11 |
**Table: Enum class `copy_options`** <a id="fs.enum.copy.opts">[fs.enum.copy.opts]</a>
|
| 12 |
|
| 13 |
| Constant | Meaning |
|
| 14 |
+
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| 15 |
| `none` | (Default) Error; file already exists. |
|
| 16 |
| `skip_existing` | Do not overwrite existing file, do not report an error. |
|
| 17 |
| `overwrite_existing` | Overwrite the existing file. |
|
| 18 |
+
| `update_existing` | Overwrite the existing file if it is older than the replacement file. \ohdrx{2}{Option group controlling `copy` function effects for subdirectories} |
|
| 19 |
+
| `recursive` | Recursively copy subdirectories and their contents. \ohdrx{2}{Option group controlling `copy` function effects for symbolic links} |
|
| 20 |
| `copy_symlinks` | Copy symbolic links as symbolic links rather than copying the files that they point to. |
|
| 21 |
| `skip_symlinks` | Ignore symbolic links. \ohdrx{2}{Option group controlling `copy` function effects for choosing the form of copying} |
|
| 22 |
| `directories_only` | Copy directory structure only, do not copy non-directory files. |
|
| 23 |
| `create_symlinks` | Make symbolic links instead of copies of files. The source path shall be an absolute path unless the destination path is in the current directory. |
|
| 24 |
| `create_hard_links` | Make hard links instead of copies of files. |
|