FileInfo.setAttributeByteString

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

class FileInfo
void
setAttributeByteString
(
string attribute
,
string attrValue
)

Parameters

attribute string

a file attribute key.

attrValue string

a byte string.

Meta