FileInfo.getAttributeBoolean

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

class FileInfo
bool
getAttributeBoolean
(
string attribute
)

Parameters

attribute string

a file attribute key.

Return Value

Type: bool

the boolean value contained within the attribute.

Meta