get_attribute_int64


Description:

public int64 get_attribute_int64 (string attribute)

Gets a signed 64-bit integer contained within the attribute.

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

Parameters:

this

a FileInfo.

attribute

a file attribute key.

Returns:

a signed 64-bit integer from the attribute.