FileInfo.getAttributeStringv

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

class FileInfo
string[]
getAttributeStringv
(
string attribute
)

Parameters

attribute string

a file attribute key.

Return Value

Type: string[]

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

Meta

Since

2.22