Item attribute flags
enum
{
IAF_FILE = 4,
IAF_IMAGE = 8,
IAF_FOLDER = 16,
IAF_DRIVE = 32,
IAF_READONLY = 64,
IAF_TEMPFILE = 128,
};
Value | Meaning |
---|---|
IAF_FILE |
File |
IAF_IMAGE |
Image |
IAF_FOLDER |
Folder |
IAF_DRIVE |
Drive |
IAF_READONLY |
File cannot be modified |
IAF_TEMPFILE |
File has been temporarily extracted (e.g., from an archive) |
Used in the CX_FileInfo structure.
Header: CX_PlugIn.h