set_attribute_stringv
Description:
public void set_attribute_stringv (
string attribute,
string[] attr_value)
Sets the attribute
to contain the given attr_value
, if possible.
Sinze: 2.22
Parameters:
this |
a FileInfo.
|
attribute |
a file attribute key
|
attr_value |
a null terminated array of UTF-8 strings.
|