has_attribute
Description:
public bool has_attribute (
string attribute)
Checks if a file info structure has an attribute named attribute.
Parameters:
| this |
a FileInfo.
|
| attribute |
a file attribute key.
|
Returns:
|
true if Ginfo has an attribute named attribute,
false otherwise.
|