tmp/tmpp4sva4xk/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#### Enum class `file_type` <a id="fs.enum.file.type">[[fs.enum.file.type]]</a>
|
| 2 |
+
|
| 3 |
+
This enum class specifies constants used to identify file types, with
|
| 4 |
+
the meanings listed in [[fs.enum.file.type]]. The values of the
|
| 5 |
+
constants are distinct.
|
| 6 |
+
|
| 7 |
+
[*Note 1*: The file not being found is not considered an error while
|
| 8 |
+
determining the type of a file. — *end note*]
|
| 9 |
+
|