get_attribute_boolean


Description:

public bool get_attribute_boolean (string attribute)

Gets the value of a boolean attribute.

If the attribute does not contain a boolean value, false will be returned.

Parameters:

this

a FileInfo.

attribute

a file attribute key.

Returns:

the boolean value contained within the attribute.