get_attribute_byte_string


Description:

public unowned string? get_attribute_byte_string (string attribute)

Gets the value of a byte string attribute.

If the attribute does not contain a byte string, null will be returned.

Parameters:

this

a FileInfo.

attribute

a file attribute key.

Returns:

the contents of the attribute value as a byte string, or null otherwise.