getAttributeUint32

open fun getAttributeUint32(attribute: String): <Error class: unknown class>

Gets an unsigned 32-bit integer contained within the attribute. If the attribute does not contain an unsigned 32-bit integer, or is invalid, 0 will be returned.

Return

an unsigned 32-bit integer from the attribute.

Parameters

attribute

a file attribute key.