FileAttributeType#
- class FileAttributeType#
The data types for file attributes.
Fields#
- class FileAttributeType
- BOOLEAN#
A boolean value.
- BYTE_STRING#
A zero terminated string of non-zero bytes.
- INT32#
A signed 4-byte/32-bit integer.
- INT64#
A signed 8-byte/64-bit integer.
- INVALID#
Indicates an invalid or uninitialized type.
- STRING#
A null terminated UTF8 string.
- STRINGV#
A
Noneterminated char **. Since 2.22
- UINT32#
An unsigned 4-byte/32-bit integer.
- UINT64#
An unsigned 8-byte/64-bit integer.