enum class file_type

Description

An enumeration for the file system's view of the type.

Declared at: llvm/include/llvm/Support/FileSystem.h:66

Enumerators

NameValueComment
status_error0
file_not_found1
regular_file2
directory_file3
symlink_file4
block_file5
character_file6
fifo_file7
socket_file8
type_unknown9