listAttributes

open fun listAttributes(nameSpace: String? = null): List<String>?

Lists the file info structure's attributes.

Return

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

Parameters

nameSpace

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