Enum values for KST_type in KCML_FILE_STAT

>FILE_TYPE_ENUM

FILE_TYPE_ENUM

iThese are the possible values for the KST_type field in the KCML_FILE_STAT record that is returned by the 'KCML_File_Stat() function.

DEF ENUM enumeration name KCML_FILE_TYPE

Enumeration ValueValueDescription
_FILETYPE_REG1Regular file
_FILETYPE_SOCK2Socket
_FILETYPE_LNK3Symbolic link
_FILETYPE_BLK4Block device
_FILETYPE_FIFO5Fifo
_FILETYPE_DIR6Directory
_FILETYPE_CHR7Character device

Back to the list of Enumerations and Constants