From Jason Turner

[fs.enum.file.type]

Diff to HTML by rtfpessoa

tmp/tmpkf_jt1qy/{from.md → to.md} RENAMED
@@ -5,11 +5,11 @@ the meanings listed in [[fs.enum.file.type]]. The values of the
5
  constants are distinct.
6
 
7
  **Table: Enum class `file_type`** <a id="fs.enum.file.type">[fs.enum.file.type]</a>
8
 
9
  | Constant | Meaning |
10
- | ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
11
  | `none` | The type of the file has not been determined or an error occurred while trying to determine the type. |
12
  | `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.* |
13
  | `regular` | Regular file |
14
  | `directory` | Directory file |
15
  | `symlink` | Symbolic link file |
 
5
  constants are distinct.
6
 
7
  **Table: Enum class `file_type`** <a id="fs.enum.file.type">[fs.enum.file.type]</a>
8
 
9
  | Constant | Meaning |
10
+ | ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
11
  | `none` | The type of the file has not been determined or an error occurred while trying to determine the type. |
12
  | `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.* |
13
  | `regular` | Regular file |
14
  | `directory` | Directory file |
15
  | `symlink` | Symbolic link file |