FileInfo.getAttributeInt32

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

class FileInfo
int
getAttributeInt32
(
string attribute
)

Parameters

attribute string

a file attribute key.

Return Value

Type: int

a signed 32-bit integer from the attribute.