tmp/tmpp7da_snl/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**Table: Enum `path::format`** <a id="fs.enum.path.format">[fs.enum.path.format]</a>
|
| 2 |
+
|
| 3 |
+
| Name | Meaning |
|
| 4 |
+
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| 5 |
+
| `native_format` | The native pathname format. |
|
| 6 |
+
| `generic_format` | The generic pathname format. |
|
| 7 |
+
| `auto_format` | The interpretation of the format of the character sequence is implementation-defined. The implementation may inspect the content of the character sequence to determine the format. Recommended practice: For POSIX-based systems, native and generic formats are equivalent and the character sequence should always be interpreted in the same way. |
|
| 8 |
+
|