Method

GioFileInfoget_is_hidden

Declaration

gboolean
g_file_info_get_is_hidden (
  GFileInfo* info
)

Description

Checks if a file is hidden.

It is an error to call this if the GFileInfo does not contain G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN.

Return value

Type: gboolean

TRUE if the file is a hidden file, FALSE otherwise.