#include <FmsFileAdaptor.h>
Public Types | |
| enum | Type { kAll, kTimeCreated, kTimeModified, kTimeAccessed, kSize } |
| The enumeration of various file attributes that may be queried. More... | |
Public Attributes | |
| int | attr |
| FmsVariant | value |
The enumeration of various file attributes that may be queried. The special kAll attribute may only be used in open() or getAttributes() methods to indicate that all available attributes are needed. However, it never appears in the response; instead the plug-in explicitly lists all the available attributes and their values.
Describes the attribute being held.
The value of the attribute being held.