get_attribute_file_path


Description:

[ Version ( since = "2.78" ) ]
public unowned string? get_attribute_file_path (string attribute)

Gets the value of a byte string attribute as a file path.

If the attribute does not contain a byte string, `NULL` will be returned.

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.

Returns:

the contents of the attribute value as a file path, or null otherwise.