get_attribute_object
Description:
public unowned Object?
get_attribute_object (
string attribute)
Gets the value of a Object attribute.
If the attribute does not contain a Object, null
will be returned.
Parameters:
this |
a FileInfo.
|
attribute |
a file attribute key.
|
Returns:
a Object associated with the given attribute , or
null otherwise.
|