gFileInfoGetAttributeByteString: gFileInfoGetAttributeByteString
Description
Gets the value of a byte string attribute. If the attribute does
not contain a byte string, NULL
will be returned.Usage
gFileInfoGetAttributeByteString(object, attribute)
Arguments
attribute
a file attribute key.
Value
attribute
value as a byte string, or
NULL
otherwise.