Gio.FileInfo.prototype.get_attribute_type
function get_attribute_type(attribute: String): Gio.FileAttributeType {
// Gjs wrapper for g_file_info_get_attribute_type()
}
Gets the attribute type for an attribute key.
- attribute
a file attribute key.
- Returns
a Gio.FileAttributeType for the given attribute, or Gio.FileAttributeType.invalid if the key is not set.