false otherwise.
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
attribute | a file attribute key |
type | return location for the attribute type, or null |
valuePp | return location for the attribute value, or null; the attribute value will not be null |
status | return location for the attribute status, or null |
Returns
true if info has an attribute named attribute,