list_attributes
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
public string[]? list_attributes (string? name_space)
public string[]? list_attributes (string? name_space)
Lists the file info structure's attributes.
Parameters:
this |
a FileInfo. |
name_space |
a file attribute key's namespace, or null to list all attributes. |
Returns:
a null-terminated array of strings of all of the possible attribute types for the given |