set_attribute_file_path
Description:
[ Version ( since = "2.78" ) ]
public void set_attribute_file_path (string attribute, string attr_value)
public void set_attribute_file_path (string attribute, string attr_value)
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.
Parameters:
| this |
a FileInfo. |
| attribute |
a file attribute key. |
| attr_value |
a file path. |