get_attribute_stringv


Description:

public unowned string[] get_attribute_stringv (string attribute)

Gets the value of a stringv attribute.

If the attribute does not contain a stringv, null will be returned.

Parameters:

this

a FileInfo.

attribute

a file attribute key.

Returns:

the contents of the attribute value as a stringv, or null otherwise. Do not free. These returned strings are UTF-8.