getAttributeStringv

open fun getAttributeStringv(attribute: String): List<String>?

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

Return

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

Since

2.22

Parameters

attribute

a file attribute key.