FileInfo.listAttributes

Lists the file info structure's attributes.

class FileInfo
string[]
listAttributes
(
string nameSpace
)

Parameters

nameSpace string

a file attribute key's namespace, or %NULL to list all attributes.

Return Value

Type: string[]

a null-terminated array of strings of all of the possible attribute types for the given @name_space, or %NULL on error.

Meta