getAttributeBoolean

open fun getAttributeBoolean(attribute: String): Boolean

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

Return

the boolean value contained within the attribute.

Parameters

attribute

a file attribute key.