tmp/tmpe7n_vui7/{from.md → to.md}
RENAMED
|
@@ -29,13 +29,13 @@ error.
|
|
| 29 |
`directory_options` argument, otherwise
|
| 30 |
`options() == directory_options::none`.
|
| 31 |
|
| 32 |
*Throws:* As specified in [[fs.err.report]].
|
| 33 |
|
| 34 |
-
[*Note 1*:
|
| 35 |
-
`recursive_directory_iterator("
|
| 36 |
-
|
| 37 |
|
| 38 |
[*Note 2*: By default, `recursive_directory_iterator` does not follow
|
| 39 |
directory symlinks. To follow directory symlinks, specify `options` as
|
| 40 |
`directory_options::follow_directory_symlink`. — *end note*]
|
| 41 |
|
|
|
|
| 29 |
`directory_options` argument, otherwise
|
| 30 |
`options() == directory_options::none`.
|
| 31 |
|
| 32 |
*Throws:* As specified in [[fs.err.report]].
|
| 33 |
|
| 34 |
+
[*Note 1*: Use `recursive_directory_iterator(".")` rather than
|
| 35 |
+
`recursive_directory_iterator("")` to iterate over the current
|
| 36 |
+
directory. — *end note*]
|
| 37 |
|
| 38 |
[*Note 2*: By default, `recursive_directory_iterator` does not follow
|
| 39 |
directory symlinks. To follow directory symlinks, specify `options` as
|
| 40 |
`directory_options::follow_directory_symlink`. — *end note*]
|
| 41 |
|