From Jason Turner

[fs.enum.copy.opts]

Diff to HTML by rtfpessoa

tmp/tmpk7pyqsj2/{from.md → to.md} RENAMED
@@ -1,14 +1,14 @@
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 sub-directories} |
9
- | `recursive` | Recursively copy sub-directories and their contents. \ohdrx{2}{Option group controlling `copy` function effects for symbolic links} |
10
  | `copy_symlinks` | Copy symbolic links as symbolic links rather than copying the files that they point to. |
11
  | `skip_symlinks` | Ignore symbolic links. \ohdrx{2}{Option group controlling `copy` function effects for choosing the form of copying} |
12
  | `directories_only` | Copy directory structure only, do not copy non-directory files. |
13
  | `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. |
14
  | `create_hard_links` | Make hard links instead of copies of files. |
 
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} |
10
  | `copy_symlinks` | Copy symbolic links as symbolic links rather than copying the files that they point to. |
11
  | `skip_symlinks` | Ignore symbolic links. \ohdrx{2}{Option group controlling `copy` function effects for choosing the form of copying} |
12
  | `directories_only` | Copy directory structure only, do not copy non-directory files. |
13
  | `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. |
14
  | `create_hard_links` | Make hard links instead of copies of files. |