Type for enumerators used in the type field of the PRFileInfo and PRFileInfo64 structures.
#include <prio.h>
typedef enum PRFileType{
   PR_FILE_FILE = 1,
   PR_FILE_DIRECTORY = 2,
   PR_FILE_OTHER = 3
} PRFileType;
The enumeration has the following enumerators:
PR_FILE_FILEPR_FILE_DIRECTORYPR_FILE_OTHER