FileAttributeType
Description:
public enum FileAttributeType
The data types for file attributes.
Content:
Enum values:
- INVALID - indicates an invalid or
uninitalized type.
- STRING - a null terminated UTF8
string.
- BYTE_STRING - a zero terminated
string of non-zero bytes.
- BOOLEAN - a boolean value.
- UINT32 - an unsigned 4-byte/32-bit
integer.
- INT32 - a signed 4-byte/32-bit
integer.
- UINT64 - an unsigned 8-byte/64-bit
integer.
- INT64 - a signed 8-byte/64-bit
integer.
- OBJECT - a
Object.
- STRINGV - a
null terminated char **.