set_attribute_int64
Description:
public void set_attribute_int64 (
string attribute,
int64 attr_value)
Sets the attribute
to contain the given attr_value
, if possible.
Parameters:
this |
a FileInfo.
|
attribute |
attribute name to set.
|
attr_value |
int64 value to set attribute to.
|