[tab:fs.enum.file.type]
31 Input/output library [input.output]
31.12 File systems [filesystems]
31.12.8 Enumerations [fs.enum]
31.12.8.2 Enum class file_type [fs.enum.file.type]
Table 149 — Enum class file_type [tab:fs.enum.file.type]
Constant | Meaning |
The type of the file has not been determined or an error occurred while trying to determine the type. | |
Regular file | |
Directory file | |
Symbolic link file | |
Block special file | |
Character special file | |
FIFO or pipe file | |
Socket file | |
The file exists but the type cannot be determined |