setAttributeFilePath

open fun setAttributeFilePath(attribute: String, attrValue: String)

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

This function is meant to be used by language bindings that have specific handling for Unix paths.

Since

2.78

Parameters

attribute

a file attribute key.

attrValue

a file path.