get_attribute_data
Description:
public bool get_attribute_data (string attribute, out FileAttributeType type, out void* value_pp, out FileAttributeStatus status)
Gets the attribute type, value and status for an attribute key.
Parameters:
| this |
a FileInfo |
| attribute |
a file attribute key |
| type |
return location for the attribute type, or null |
| value_pp |
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 this has an attribute named |