Directory/T_RB_FileType [ Types ]

FUNCTION

Constants for the two different filetypes that ROBODoc recognizes.

SOURCE

typedef enum
{
    RB_FT_DIRECTORY = 1,
    RB_FT_FILE = 2,
    RB_FT_UNKNOWN = 3
} T_RB_FileType;