set Attribute
Sets the value of a file attribute.
The attribute name is specified with the attribute parameter optionally prefixed with the attribute view name:
[view_name:]attribute_name
Content copied to clipboard
When the view name is not specified, it defaults to basic
.
Since Kotlin
1.5See also
Throws
Unsupported Operation Exception
if the attribute view is not supported.
Illegal Argument Exception
if the attribute name is not specified or is not recognized, or the attribute value is of the correct type but has an inappropriate value.
Class Cast Exception
if the attribute value is not of the expected type