FileInfo.getAttributeUint64

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

class FileInfo
ulong
getAttributeUint64
(
string attribute
)

Parameters

attribute string

a file attribute key.

Return Value

Type: ulong

a unsigned 64-bit integer from the attribute.

Meta