Showing content from https://timsong-cpp.github.io/cppwp/n4659/fs.enum.file_type below:
[fs.enum.file_type]
30 Input/output library [input.output] 30.10 File systems [filesystems] 30.10.29 Enumerations [fs.enum] 30.10.29.2 Enum class file_type [fs.enum.file_type]
This enum class specifies constants used to identify file types, with the meanings listed in Table 123.
Table
123
— Enum class
file_type
Constant Meaning none The type of the file has not been determined or an error occurred while trying to determine the type. not_found Pseudo-type indicating the file was not found. [ Note: The file not being found is not considered an error while determining the type of a file. — end note ] regular Regular file directory Directory file symlink Symbolic link file block Block special file character Character special file fifo FIFO or pipe file socket Socket file implementation-defined Implementations that support file systems having file types in addition to the above file_type types shall supply implementation-defined file_type constants to separately identify each of those additional file types unknown The file exists but the type could not be determined
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4