set_attribute_uint64
Description:
public void set_attribute_uint64 (
string attribute,
uint64 attr_value)
Sets the attribute to contain the given attr_value, if possible.
Parameters:
| this |
a FileInfo.
|
| attribute |
a file attribute key.
|
| attr_value |
an unsigned 64-bit integer.
|