FileInfo.getAttributeData

bool getAttributeData(string attribute, out gio.types.FileAttributeType type, out void * valuePp, out gio.types.FileAttributeStatus status)

Gets the attribute type, value and status for an attribute key.

Parameters

attributea file attribute key
typereturn location for the attribute type, or null
valuePpreturn location for the attribute value, or null; the attribute value will not be null
statusreturn location for the attribute status, or null

Returns

true if info has an attribute named attribute,

false otherwise.