constexpr int MAX_PATH_LEN
Constants value: max path length.
Definition filetype.h:31
std::vector< file_entity > filevec
The vector of file_entity.
Definition filetype.h:75
filetype
The type of file.
Definition filetype.h:38
@ all
Definition filetype.h:56
@ unknown
Definition filetype.h:40
@ socket
Definition filetype.h:54
@ char_special
Definition filetype.h:48
@ directory
Definition filetype.h:42
@ block_special
Definition filetype.h:50
@ symlink
Definition filetype.h:46
@ pipefifo
Definition filetype.h:52
@ file
Definition filetype.h:44
file entity struct. include file type and file path.
Definition filetype.h:64
filetype type
Definition filetype.h:66
std::string filepath
Definition filetype.h:68