From Jason Turner

[fs.enum.file.type]

Diff to HTML by rtfpessoa

tmp/tmp67dieuye/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
  **Table: Enum class `file_type`** <a id="fs.enum.file.type">[fs.enum.file.type]</a>
2
 
3
  | Constant | Meaning |
4
- | ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5
  | `none` | The type of the file has not been determined or an error occurred while trying to determine the type. |
6
  | `not_found` | Pseudo-type indicating the file was not found. *The file not being found is not considered an error while determining the type of a file.* |
7
  | `regular` | Regular file |
8
  | `directory` | Directory file |
9
  | `symlink` | Symbolic link file |
 
1
  **Table: Enum class `file_type`** <a id="fs.enum.file.type">[fs.enum.file.type]</a>
2
 
3
  | Constant | Meaning |
4
+ | ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5
  | `none` | The type of the file has not been determined or an error occurred while trying to determine the type. |
6
  | `not_found` | Pseudo-type indicating the file was not found. *The file not being found is not considered an error while determining the type of a file.* |
7
  | `regular` | Regular file |
8
  | `directory` | Directory file |
9
  | `symlink` | Symbolic link file |