tmp/tmps4oavgtg/{from.md → to.md}
RENAMED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
#### Enum class `directory_options` <a id="fs.enum.dir.opts">[[fs.enum.dir.opts]]</a>
|
| 2 |
|
| 3 |
-
The `enum class` type `directory_options` is a bitmask type
|
| 4 |
-
[[bitmask.types]]
|
| 5 |
-
directory traversal options, with the meanings listed in
|
| 6 |
-
[[
|
|
|
|
| 7 |
|
| 8 |
-
**Table: Enum class `directory_options`** <a id="
|
| 9 |
|
| 10 |
| Name | Meaning |
|
| 11 |
| -------------------------- | ------------------------------------------------------------------ |
|
| 12 |
| `none` | (Default) Skip directory symlinks, permission denied is an error. |
|
| 13 |
| `follow_directory_symlink` | Follow rather than skip directory symlinks. |
|
|
|
|
| 1 |
#### Enum class `directory_options` <a id="fs.enum.dir.opts">[[fs.enum.dir.opts]]</a>
|
| 2 |
|
| 3 |
+
The `enum class` type `directory_options` is a bitmask type
|
| 4 |
+
[[bitmask.types]] that specifies bitmask constants used to identify
|
| 5 |
+
directory traversal options, with the meanings listed in
|
| 6 |
+
[[fs.enum.dir.opts]]. The constant `none` represents the empty bitmask;
|
| 7 |
+
every other constant in the table represents a distinct bitmask element.
|
| 8 |
|
| 9 |
+
**Table: Enum class `directory_options`** <a id="fs.enum.dir.opts">[fs.enum.dir.opts]</a>
|
| 10 |
|
| 11 |
| Name | Meaning |
|
| 12 |
| -------------------------- | ------------------------------------------------------------------ |
|
| 13 |
| `none` | (Default) Skip directory symlinks, permission denied is an error. |
|
| 14 |
| `follow_directory_symlink` | Follow rather than skip directory symlinks. |
|