FileInfo.setAttributeUint64

Sets the @attribute to contain the given @attr_value, if possible.

class FileInfo
void
setAttributeUint64
(
string attribute
,
ulong attrValue
)

Parameters

attribute string

a file attribute key.

attrValue ulong

an unsigned 64-bit integer.

Meta